Files
jenkins-gitea-setup/main.cpp
2026-03-29 16:06:03 +02:00

8 lines
111 B
C++

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