From 488cae5818c9c004c9ab5f90b0fded6ea3ded05b Mon Sep 17 00:00:00 2001 From: Alekseev Date: Mon, 5 Sep 2022 14:28:47 +0700 Subject: [PATCH] added main.cpp file --- main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..63aa558 --- /dev/null +++ b/main.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; + +int main() +{ + cout<<"Hello World"; + + return 0; +} \ No newline at end of file