Initial Commit

This commit is contained in:
2022-08-06 06:17:31 +01:00
commit a964634a97
3 changed files with 45 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <iostream>
int main() {
std::cout << "Hello, World!\n";
}