sanity file

This commit is contained in:
Edward R. Gonzalez 2023-09-08 10:07:50 -04:00
parent 0d672d670c
commit 869107b017

7
project/sanity.cpp Normal file
View File

@ -0,0 +1,7 @@
#include "stdio.h"
int main()
{
puts( "Hello World!\n" );
return 0;
}