mirror of
https://github.com/MeiK2333/river.git
synced 2025-11-04 14:49:40 +08:00
6 lines
78 B
C
6 lines
78 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello World!\n");
|
|
return 0;
|
|
} |