Post

Hello World

Welcome to my first post using Jekyll + Chirpy!

Here is a small C++ code snippet:

1
2
3
4
5
6
#include <iostream>

int main() {
    std::cout << "Hello world!"; 
    return 0;
}
This post is licensed under CC BY 4.0 by the author.

Trending Tags