Home¶
👋 Welcome¶
This is a blog site created by Michael Qiu. Also check out my portfolio site.
#include <iostream>
using namespace std;
int main() {
ios::sync_with_stdio(false);
cin.tie(0);
cout.tie(0);
cout << "Hello world!" << endl;
return 0;
}
times = 11.4
while times > 0:
print("Nice to see ya!")
times -= 1
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, Visitor!");
}
}
About Me¶
A development enthusiat. A student from Hangzhou, China.
Stuff I like:
- Coffee, both Latte and Americano
-
Music, Rock'n'Roll, Alternative and OSTs
-
King Crimson, Pink Floyd, The Beatles, Yes
- Cigarettes After S*x, Beachhouse
- Blade Runner OST
Find Me¶
- GitHub: @gitmichaelqiu
- Kaggle: @michaelqiu0606
- Luogu: @MikePP