See More

// // Created by Administrator on 2017/11/07. // #include int main(){ printf("hello, world"); printf("hello, world"); test(); } int test(){ }