1

Initial commit

This commit is contained in:
2024-01-18 20:14:55 +01:00
commit ea32025792
5 changed files with 241 additions and 0 deletions

5
src/main.cpp Normal file
View File

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