Home
Blog
About
Tags
Milo's bog
Home
Blog
About
Tags
Menu
Hello world
.
#include
<iostream>
using
namespace
std
;
int
main
()
{
cout
<<
"Hello World!"
;
return
0
;
}