first commit

This commit is contained in:
Stephan Richter
2018-02-09 13:35:51 +01:00
commit da5fa1a3a0

6
src/main.c Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
int main(){
printf( "I am alive! Beware.\n" );
getchar();
return 0;
}