Post

Hello World

This is a simple test post to verify that everything works correctly. And its looks like everything is ok.

1
2
3
4
5
6
7
8
#include <string>

int main()
{
    std::cout << "Hello World" std::endl;

    return 0;
}
This post is licensed under CC BY 4.0 by the author.

Trending Tags