More confusion for recruiters

https://sh.itjust.works/post/21822498

More confusion for recruiters - sh.itjust.works

all lines not terminated by a single space are comments
Also each line starts with a semicolon and you have to escape spaces in strings using a double forward slash

I realized a while ago that there’s nothing stopping me from writing rust like this

;println!("This is great") ;println!("I think everyone should write rust like this") ;println!("Probably works in most languages that use semicolons") ;
hope you don’t forget the semicolon on a line by itself at the end (except in functions where you want to return the value of the last expression)