Files
test/TestC.c
T
2026-05-18 15:27:59 +08:00

6 lines
79 B
C

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