Skip Navigation

dullbananas (Joseph Silva)
dullbananas (Joseph Silva) @ dullbananas @lemmy.ca
Posts
129
Comments
270
Joined
2 yr. ago

  • The creator of federated platform software doesn't own all of the servers it runs on

  • A resident should display a glowing Mastodon logo through their window

  • My first vim experience was when it was opened by git and i saw the default commit message instead of this

  • The frontend developer made the backend so inefficient that it runs out of memory

  • Everyone deserves to be able to find salvation from Reddit

  • Yes that should be where the K is

  • This will give Lemmy a huge boost just like last year with r/FCars

  • Everyone can contribute

  •  
        
    fn main(){
        let mut input = std::io::stdin().lines();
        let num0 = input.next().unwrap().unwrap();
        let num1 = input.next().unwrap().unwrap();
        println!("{}", num0 + &num1);
    }