code maybe works

This commit is contained in:
MarcUs7i 2024-09-17 19:01:21 +02:00
parent d544592907
commit 1d2252278a
2 changed files with 6 additions and 0 deletions

BIN
hello_world Normal file

Binary file not shown.

View file

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