Skip to content

Instantly share code, notes, and snippets.

@ak1t0
ak1t0 / firstprog
Last active August 29, 2015 14:05
Hacking:美しき策謀 0x200 @ubuntu 14.04 32bit
#include <stdio.h>
int main()
{
int i;
for (i = 0; i < 10; i++) // 10回繰り返す
{
printf("Hello, world!\n"); // 文字列を出力する
}
return 0; // プログラムが問題なく終了したことをOSに知らせる