寓技于乐

int main(void)
{
    char str[] = "Hello world!";
    printf("%s\r\n", str);
    return 0;
}

猜你喜欢

转载自blog.csdn.net/qq_28877125/article/details/81196759