Test Post

Contents

This is a test

Wow

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