Github 有個 Gist,還不錯用,也有版控功能。Notepad++ 也有個 NppGist 套件可以用來讀取及更新 Gist。 Git 其實也可以拿來做筆...
#include <stdio.h> int fun(int); int main() { printf("%d\n",...