I like programming (at work) and learning for fun. You'll often find me cooking and working on my house in my spare time.
Nothing here yet.
Hashnode prompted me to make this comment. Very accessible! It wasn't clear to me why ? is needed here: fn main () { let result = divide( 10 , 2 )?; println! ( "The result is {}" , result); } What happens without it?