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