mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 17:18:56 +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;
|
||
|
|
}
|
||
|
|
|