First program to return to polmon

This commit is contained in:
2025-10-01 23:34:25 +02:00
parent 188256b0ac
commit bf9a88805f
3 changed files with 20 additions and 3 deletions

5
hello.c Normal file
View File

@@ -0,0 +1,5 @@
#include <stdio.h>
int main() {
puts("Hello, world!\r\n");
}