mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-09-26 23:05:55 +08:00
7 lines
76 B
C
7 lines
76 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello, world!\n");
|
|
return 0;
|
|
}
|