Emception
Loading
1
2
3
4
5
6
7
#include
<
iostream
>
int
main
(
void
)
{
std::cout
<<
"hello world!\n"
;
return
0
;
}
Enter to Rename, Shift+Enter to Preview
W
Loading...