laying the ground work

This commit is contained in:
talksik
2024-01-25 12:26:55 -08:00
parent 2fa6791785
commit 2f45cd2139
4 changed files with 209 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#include <stdio.h>
void main(void)
{
printf("Starting program \n");
}