2010/04/09

pretty test


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

0 意見: