hello world

int main()

{

    printf("hello world ")

    return 0;

}

原文地址:https://www.cnblogs.com/bhlsheji/p/3762406.html