2012-11-01 sublime text 2 c compile #include <stdio.h> int main() { printf("Hello World"); return 0; } Buildで実行ファイルができる Runで実行結果が表示される