Basic function with some code examples:
println!("nothing fancy");
println!("but with two lines!");
A failing to compile one:
โprintln!("where did my argument {} go? :'(");
An ignored one:
โLet's say I'm just some text will ya?
A failing to run one:
An inlined code!