摘要: title: C语言-数据类型与语句 layout: post tags: IOT categories: '物联网' 1.第一个C语言程序 #include <stdio.h> int main() { printf("hello world"); return 0; } 输出结果 PS D:\0 阅读全文
posted @ 2024-02-16 23:16 Yasuo_Hasaki 阅读(60) 评论(0) 推荐(0)
//雪花飘落效果