2010/04/09

pretty test

0 意見


#include <stdio.h>
int main()
{
    printf("hello world\n");
    return 0;
}