~/src/posts/hello-world
1 min

My First Post

Here is some C++ code:

#include <iostream>

int main() {
    std::cout << "The copy button works!" << std::endl;
    return 0;
}

./comments