package main
import "fmt"
func main() {
fmt.Println("Hello, 世界")
}const anExampleVariable = "Hello World"
console.log(anExampleVariable)graph TD
A[md.Contents] --> B[deck.Slide];
B --> C[Google Slides];
Hello World
---
Hello with ---
This is the second page.