Started up C again - using BroCode on the YT

This commit is contained in:
ganome 2025-05-05 09:06:11 -06:00
parent be36380d32
commit ed12413973
Signed by untrusted user who does not match committer: Ganome
GPG Key ID: 944DE53336D81B83
2 changed files with 9 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,9 @@
#include <stdio.h>
int main () {
printf("Hello World!\nFrom the C Programming Language\n");
return 0;
}