Add example build to compile C code

This commit is contained in:
2022-10-23 18:20:23 -06:00
parent 1c532a154f
commit 01fa7da5d4
4 changed files with 226 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
printf("Hello, World\n!");
}