Contents

Test Post

Section 1

This is a test

Section 2

Wow

Section 2.1

1
2
def foo(a: int) -> str:
    return str(a)
1
2
3
fn main() {
    println!("Hello, world!");
}