Hotfix #1

Open
slundina wants to merge 1 commits from hotfix into main
  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