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