ctool/lang/test.c
2025-04-08 01:15:51 +02:00

6 lines
49 B
C

extern int write();
int main() {
write();
}