initial commit

This commit is contained in:
Uwe Jakobeit
2026-03-29 15:42:50 +02:00
commit bd7ab233bb
4 changed files with 59 additions and 0 deletions

6
main.cpp Normal file
View File

@@ -0,0 +1,6 @@
#include <iostream>
int main() {
std::cout << "Hello from C++ with CMake!" << std::endl;
return 0;
}