You must log in or register to comment.
People playing Rust code while they sleep so they can learn it through osmosis.
I’ve seen code with binary data (such as icons) baked into constants. I can’t wait for the three hour narration of base64 encoded pngs.
In an ASMR voice:
f n space main open parenthesis close parenthesis space open curly bracket line return indent print l n exclamation mark open parenthesis open quote hello world close quote close parenthesis semicolon line return close curly bracket
fn main(){ println!("hello world"); }