初试博客(hello world!)

xiaoxiao2021-02-28  127

#include <stdio.h>

int main()

{

    printf("hello world!");

    return 0;

}

今天第一次开博客,也是第一次在网上码代码,比较紧张,毕竟大牛很多,萌新瑟瑟发抖*——*

转载请注明原文地址: https://www.6miu.com/read-42848.html

最新回复(0)