Hello, 开源中国!

#include <stdio.h>
void hello(){
printf("Hello, 开源中国!\n");
}
int main(int argc, const char * argv[])
{
hello();
return 0;
}


你可能感兴趣的:(Hello, 开源中国!)