mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2024-12-22 06:14:45 -08:00
sanity file
This commit is contained in:
parent
0d672d670c
commit
869107b017
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user