Files
Diagon/test/LineNumberUnicode/hello-world/input
T
2018-03-25 14:48:28 +02:00

9 lines
97 B
Plaintext

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