From 9f317da1421580ec262e462ca72ab96df5bebf8b Mon Sep 17 00:00:00 2001 From: Svetlana Lundina Date: Wed, 28 Sep 2022 18:35:17 +0300 Subject: [PATCH] created new branch and added hello_files --- hello.txt | 1 + hello_world.cpp | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 hello.txt create mode 100644 hello_world.cpp diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..f7a45e8 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +Всем привет! Я умею переключать ветки) \ No newline at end of file diff --git a/hello_world.cpp b/hello_world.cpp new file mode 100644 index 0000000..f37de5a --- /dev/null +++ b/hello_world.cpp @@ -0,0 +1,6 @@ +#include + +int main() { + std::cout << "Hello world!" << std::endl; + return 0; +} \ No newline at end of file