a muffin with purple glowing regions where a 3d vornoi function using chebychev distance exceeds some threshold

metamuffin's personal website


Blog test

Hello world!

heading

italic bold code Link

sub heading

Look at this code here.

#[derive(Default)]
struct Impossible<T> {
    something: HashMap<usize, T>,
    //    ^- look here, a keyword! --the grammar regex
    itself: Impossible,
}

pub async fn useless(s: Box<dyn Write>) -> impl Future<usize> {
    todo!() // this panics
}
fn main() { 
    1 + "blub"
    for (x, y) in [(1,2),(3,4)] {
        println!("{x} and {y}");
        Impossible::default();
    }
}

As you can see, its pointless i.e. no points

  1. first this
  2. then that
  3. done

Article written by metamuffin, text licenced under CC BY-ND 4.0, non-trivial code blocks under GPL-3.0-only except where indicated otherwise