Hello, World!

1
2
3
4
5
6
7
#include <iostream>
#include <ostream>
 
int main()
{
	std::cout << "Hello, World!" << std::endl;
}

From now on, I’m going to write about my releases here.

6 thoughts on “Hello, World!

Leave a Reply to Thomas Cancel reply

Your email address will not be published.