monorepo/Sim/main.cpp
2023-04-27 14:52:38 +03:00

6 lines
83 B
C++

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