The electricwisp blog.
Another tech blog


My first test post

Posted on

This is my first blog post, in which I am testing what the content will look like.

First heading

Does this appear under the ToC?

Some code:

async fn foo() {
    tokio::spawn(async {});
}

#[tokio::main]
async fn main() {
    foo().await;
}