From c5914a6f7f581d260be423191169df078d589087 Mon Sep 17 00:00:00 2001 From: VlasovDmitriy Date: Tue, 27 Sep 2022 17:22:24 +0300 Subject: [PATCH] Initial commit --- main.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 main.cpp diff --git a/main.cpp b/main.cpp new file mode 100644 index 0000000..39d0e26 --- /dev/null +++ b/main.cpp @@ -0,0 +1,5 @@ +#include + +int main(){ + std::cout << "Hello world!" << std::endl; +}