HelloWorld!

int32位 posted @ Jul 18, 2013 02:08:47 PM in 未分类 with tags 测试 , 2111 阅读
转载请注明:http://krystism.is-programmer.com/若有错误,请多多指正,谢谢!
#include <stdio.h>
int main(int argc, char **argv)
{
    printf("HelloWorld\n");
    return 0;
}

测试下, 看下效果!

转载请注明:http://krystism.is-programmer.com/若有错误,请多多指正,谢谢!
  • 无匹配