C语言版本的HelloWorld

5年以前  |  阅读数:776 次  |  编程语言:C 
#include <stdio.h>
int main()
{
    printf("Hello, World!");
    return 0;
}

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8