mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 08:41:37 +00:00
23 lines
262 B
Plaintext
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,
|
|
}}
|
|
/>
|