This commit is contained in:
2019-02-18 09:13:03 +01:00
parent 22317981d8
commit 02215ef9d0
9 changed files with 304 additions and 86 deletions

BIN
beispiele/14/a.out Executable file

Binary file not shown.

5
beispiele/14/hello.c Normal file
View File

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