rustlings

solving rustlings ft. dracuxan
git clone [email protected]:dracuxan/rustlings.git
Log | Files | Refs

intro2.rs (95B)


      1 fn main() {
      2     // TODO: Fix the code to print "Hello world!".
      3     println!("Hello world!");
      4 }