mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-11-12 20:44:52 -08:00
8 lines
73 B
C++
8 lines
73 B
C++
|
#include "stdio.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
puts( "Hello World!\n" );
|
||
|
return 0;
|
||
|
}
|