Started up C again - using BroCode on the YT
This commit is contained in:
parent
be36380d32
commit
ed12413973
BIN
C/YT-BroCode/HelloWorld/helloworld
Executable file
BIN
C/YT-BroCode/HelloWorld/helloworld
Executable file
Binary file not shown.
9
C/YT-BroCode/HelloWorld/helloworld.c
Normal file
9
C/YT-BroCode/HelloWorld/helloworld.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main () {
|
||||
|
||||
printf("Hello World!\nFrom the C Programming Language\n");
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user