From 6cfb0d809731af9f45ea202c9d676c578df73dcf Mon Sep 17 00:00:00 2001 From: rk_kraken Date: Fri, 29 Nov 2024 08:49:23 +0400 Subject: [PATCH] =?UTF-8?q?=D1=80=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source1.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Source1.cpp diff --git a/Source1.cpp b/Source1.cpp new file mode 100644 index 0000000..6ad2b42 --- /dev/null +++ b/Source1.cpp @@ -0,0 +1,8 @@ +#include + +int main(void) +{ + printf("Hello World!\n") + return 0 + +} \ No newline at end of file