Difficult-Rocket/try/c/main.c
2022-06-26 23:19:01 +08:00

7 lines
80 B
C

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