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