60 字
1 分钟
Hello World
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/