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
list
list
list
first this
then that
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