hello world

2014-08-01 by philokey

Hello World

#include <cstdio>
int main() {
    printf("Hello World\n");
    return 0;
}

测试图片


Comments