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

6 lines
79 B
C

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