Initial commit

This commit is contained in:
2025-10-20 18:14:24 +01:00
commit 524405d80d
6 changed files with 115 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}