mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-06-15 19:21:48 -07:00
sanity file
This commit is contained in:
7
project/sanity.cpp
Normal file
7
project/sanity.cpp
Normal file
@ -0,0 +1,7 @@
|
||||
#include "stdio.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
puts( "Hello World!\n" );
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user