Back to Posts
Hello World
2026年7月14日1 min read
essaystart
Say at first
Hello welcome to my blog. This is the first article for test.
技术栈
这个博客使用以下技术构建:
- Next.js
- MDX
- Tailwind CSS
代码示例
function hello(name: string): string {
return `Hello, ${name}!`;
}
console.log(hello("World"));