Initial Commit: C++ Template

This commit is contained in:
2025-06-19 15:03:37 +01:00
commit 9cab99b29c
31 changed files with 4954 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}