享受编程和技术所带来的快乐 – Coding Your Ambition
#include <stdio.h> int main(){ printf("HelloWord!\n"); return 0; }