Files
alecc/examples/tests/hello_simple.c
2025-08-23 13:50:26 +02:00

7 líneas
79 B
C

#include <stdio.h>
int main() {
printf("Hello world!\n");
return 0;
}