forgejo-test-repo/main.cc

6 lines
100 B
C++

#include <iostream>
auto main() -> int {
std::cout << "hello, world" << std::endl;
return 0;
}