From 869107b01723c3757500d5567c7fdd7f9838b11f Mon Sep 17 00:00:00 2001 From: Ed_ Date: Fri, 8 Sep 2023 10:07:50 -0400 Subject: [PATCH] sanity file --- project/sanity.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 project/sanity.cpp diff --git a/project/sanity.cpp b/project/sanity.cpp new file mode 100644 index 0000000..7522726 --- /dev/null +++ b/project/sanity.cpp @@ -0,0 +1,7 @@ +#include "stdio.h" + +int main() +{ + puts( "Hello World!\n" ); + return 0; +}