gwatch/main.cpp
2025-10-24 10:40:03 +01:00

6 lines
73 B
C++

#include <iostream>
int main() {
std::cout << "hello" << std::endl;
}