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.

posted @ 2022-03-30 16:37  johnsmith0x3f  阅读(28)  评论(0)    收藏  举报