Hello World

2018-07-19  本文已影响0人  powershell
#include <stdio.h>

int main()
{
    printf("hello, world!\n");
    return 0;
}
上一篇下一篇

猜你喜欢

热点阅读