4OFXYWO6LWLEMFHPVLE3JPVCKR4JLVTC2LF25NSFTW2SSQHYNWWAC
# Hello, ~~World~~ Pijul
This repository may become a blog.
The rest of this readme file however, is simply a test to see if the nest renders markdown from the readme.md file.
## Said test
```rust
use std::error::Error as Erroneous;
fn main() -> Result<(), Box<dyn Erroneous>> {
Ok(())
}
```