Files
DefectingCat.github.io/content/posts/hello-world.mdx
2023-01-29 09:48:49 +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,
}}
/>