#include <stdio.h> int main() { printf("Hello, World!\n"); return 0; }
斐波那契数列
30天自制操作系统(Mac版)读书笔记(day12)