Files
Diagon/test/Frame/hello-world/input
T
2018-04-01 11:27:22 +02:00

9 lines
97 B
Plaintext

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