CMake: Initial Project Structure

This commit is contained in:
2023-03-20 15:47:49 +01:00
parent a71ff6f6f3
commit e40452a54d
2 changed files with 1 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello, World!" << std::endl;
return 0;
}