Files
hacking-test/SLA
2019-05-16 14:59:52 +08:00

9 lines
123 B
Plaintext

#include <iostream>
using namespace std;
int main()
{
cout << "Hello World!" << endl;
return 0;
}
//别的俺也不会