just touched for test

This commit is contained in:
Uwe Jakobeit
2026-03-29 16:06:03 +02:00
parent 4db28f2239
commit 4480608260

View File

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