Files
DefectingCat.github.io/data/posts/hello-world.mdx
2022-08-18 15:19:25 +08:00

23 lines
256 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'],
}}
/>