Compare commits

..

No commits in common. 'hotfix' and 'main' have entirely different histories.
hotfix ... main

  1. 1
      hello.txt
  2. 6
      hello_world.cpp

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

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