← Notes

First Post.

An example note.

This is an exmaple post with some embedded rust code:

fn obligation<T>(value: T) -> T {
    value
}