mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 00:58:55 +00:00
10 lines
103 B
C
10 lines
103 B
C
#include <stdio.h>
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
printf("Hello, world\n");
|
|
|
|
return 0;
|
|
}
|
|
|