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

7 líneas
78 B
C

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