Hello, world! 2020-04-10 One-minute read c++ Hello! More posts are in the works… stay tuned! #include <iostream> int main() { std::cout << "Hello, world!\n"; }