You've already forked hacking-test
mirror of
https://github.com/ukui/hacking-test.git
synced 2026-03-09 09:26:54 -07:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
#include <iostream>
|
|
using namespace std;
|
|
int main()
|
|
{
|
|
cout << "Hello World!" << endl;
|
|
return 0;
|
|
}
|
|
//别的俺也不会
|