Richie Bendall e59047cde5
Clean up logic
With only this file having comments, it seems right to normalize it here.
2020-03-30 03:31:40 +13:00

10 lines
105 B
C++
Executable File

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