mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
14 lines
159 B
Plaintext
14 lines
159 B
Plaintext
---
|
|
title: First post test
|
|
date: '2022-03-22'
|
|
tags: ['functions', 'javascript']
|
|
---
|
|
|
|
## Hello
|
|
|
|
This is my first post.
|
|
|
|
```tsx
|
|
console.log('Hello world.');
|
|
```
|