REDACTED-rig/main.cpp
2021-02-15 14:02:36 +02:00

5 lines
83 B
C++

#include <iostream>
int main(int, char**) {
std::cout << "Hello, world!\n";
}