14
This commit is contained in:
BIN
beispiele/14/a.out
Executable file
BIN
beispiele/14/a.out
Executable file
Binary file not shown.
5
beispiele/14/hello.c
Normal file
5
beispiele/14/hello.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include<stdio.h>
|
||||
int main() {
|
||||
printf("Hello World\n");
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user