hello world! 2021-11-30 23:27 | 628 | 0 | Linux | laning 0 字 | 几秒读完 #include <stdio.h> void main() { printf("hello world\n"); return; }