Code Block

July 17, 2025 · View on GitHub

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 ---

Test Page 2

This is the second page.