Hello, Blog!

有一個人因為期末考考完太無聊

花了八個小時架了這個blog

希望能為自己的競程留下一點紀錄> <

測個東西

圖片

程式碼

1
2
3
4
5
6
7
#include <bits/stdc++.h>
using namespace std;

int main () {
cout << "Hello World" << endl;
return 0;
}