哈囉👋 這是我的第一篇文章,因為不知道要說什麼所以就向世界說你好吧 (然後我會更新一些之前的內容,時間會寫在當時,反正就看看吧)
1print("Hello world")
1#include <iostream>2using namespace std;3 4int main(){5 cout << "Hello world";6 return 0;7}