Files
test/main.c
T
2026-06-22 15:26:03 +08:00

6 lines
78 B
C

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