notes/TestArea/Duuude/table.md

7 lines
83 B
Markdown
Raw Normal View History

2022-02-22 11:27:27 +01:00
# Some Content
## smoar shit
```ts
function print(d:string){
console.log(d)
}
```