From 2f9f73df85d19856d56c0053a18947a2291b297d Mon Sep 17 00:00:00 2001 From: CyC2018 Date: Sun, 9 Jun 2019 23:31:49 +0800 Subject: [PATCH] auto commit --- assets/1.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/1.cpp b/assets/1.cpp index 8b137891..3b3b7e62 100644 --- a/assets/1.cpp +++ b/assets/1.cpp @@ -1 +1,7 @@ +#include +using namespace std; + +int main() { + cout << "CyC OvO" << endl; +}