Added folders and basic starting files.

This commit is contained in:
The Weather PI
2017-07-02 14:49:33 +00:00
parent 2ec5fb8ab1
commit 22baddc114
3 changed files with 91 additions and 0 deletions

8
in_c/main.c Normal file
View File

@@ -0,0 +1,8 @@
#include <stdio.h>
int main() {
printf("Hello World\n");
return 0;
}