initial commit

This commit is contained in:
Veit Heller
2014-07-25 02:41:51 +02:00
commit 1b3b1bab8d
13 changed files with 455 additions and 0 deletions

6
nbfi/main.c Normal file
View File

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