init commit

This commit is contained in:
SILCHENKO
2026-05-24 18:06:03 +03:00
commit 2cc6b72b6b
4 changed files with 64 additions and 0 deletions

6
main.cpp Normal file
View File

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