2021-03-21 00:41:19 +01:00

10 lines
105 B
C++

#include <iostream>
using namespace std;
int main() {
cout << "Hello world!" << endl;
return 0;
}