梦开始的地方 hello world
hello world
这是引用
Hello world
#include "stdio.h" int main(){ print("Hello world!"); return 0; }