Ideas for making Rust easier for Beginners

get this to compile:

fn main() {

    println!("{}", 2.0.sqrt());

}
3 Likes