看起來很適合程式設計師哦

diabloneo發表於2012-02-22

先來段hello, world程式碼

int main(int argc, char *argv[])
{
    printf("hello, world\n");

    return 0;
}

相關文章