Hello There#
This is my presentation
Yes#
- A presentation
- It has slides
- It has bullets!
Some code#
// And here's some code
function hello() {
return "hello"
}
console.log("hello") // Prints "hello"
And a diagram#
flowchart LR
Hello --> World
Thank You#