Hello World!
0x01
任何一个伟大的思想,都有一个微不足道的开始.
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "Hello World!" << endl;
return 0;
}
0x02
Where there is a shell, there is a way.
任何一个伟大的思想,都有一个微不足道的开始.
#include <bits/stdc++.h>
using namespace std;
int main(){
cout << "Hello World!" << endl;
return 0;
}
Where there is a shell, there is a way.