alba_longa: (Default)
2017-10-31 09:43 pm
Entry tags:

Hello, world

#include "iоstream"
int main()
{
std::cout<<"Hello world\n";
return 0;
}