• @atmur
    link
    English
    338 days ago

    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

    • exu
      link
      fedilink
      English
      118 days ago
      fn main(){
          println!("hello world");
      }
      
  • SavvyWolf
    link
    fedilink
    English
    98 days ago

    People playing Rust code while they sleep so they can learn it through osmosis.

  • @Quetzalcutlass
    link
    English
    88 days ago

    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.