WDCN25OXRU7L5MKOWBMFVA4G2FWSDMUPCAQW72R46PPVTHP34WHQC # Hello, ~~World~~ PijulThis 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```rustuse std::error::Error as Erroneous;fn main() -> Result<(), Box<dyn Erroneous>> {Ok(())}```