Files
DefectingCat.github.io/content/posts/hello-world.mdx
DefectingCat 3c001e0028 Fix name
2023-01-29 10:13:55 +08:00

23 lines
262 B
Plaintext

---
title: Hello world
date: '2022-04-06'
tags: ['Hello world']
---
## Hello
This is my first post!
```ts
console.log('Hello world');
```
## Say hello to world
<RUASandpack
template="react"
files={{
'/App.js': sandpack['hello-world'].hello,
}}
/>