Haotian's site
Search
Menu
Menu
Blog
Email
Feed
Log in
Recent Posts
hello_world.cc
Archive
August 2025
hello_world.cc
#include <iostream> int main() { std::cout << "Hello world!\n"; return 0; }