60 字
1 分钟
Hello World
2025-12-10

Hello World#

开始养个博客看看效果😋

欢迎大家来找我玩,想了解我更多内容的话,可以去我的关于页面看看~

print("hello world")
#include <iostream>
using namespace std;
int main(){
cout << "hello world" << endl;
return 0;
}
console.log("hello world");
Hello World
https://fuwari.vercel.app/posts/hello-world/
作者
Jerry Jin
发布于
2025-12-10
许可协议
CC BY-NC-SA 4.0