created new branch and added hello_files

hotfix
Svetlana Lundina 2 years ago
parent 927442f414
commit 9f317da142
  1. 1
      hello.txt
  2. 6
      hello_world.cpp

@ -0,0 +1 @@
Всем привет! Я умею переключать ветки)

@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello world!" << std::endl;
return 0;
}
Loading…
Cancel
Save