This commit is contained in:
Oleksandr Vyshniakov 2025-09-23 23:10:02 +02:00
commit 4c6fdf2e05
2 changed files with 6 additions and 0 deletions

BIN
output/program.exe Normal file

Binary file not shown.

6
program.c Normal file
View File

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