2003/10/10 (金) 14:31:09        [mirai]
#include <stdio.h>

main (void)
{
    printf("Hello, strange\n");

    return 0
}