cognitive-engineering-lab / rust-book

The Rust Programming Language: Experimental Edition
https://rust-book.cs.brown.edu
Other
503 stars 82 forks source link

Update ch01-02-hello-world.md #151

Closed i33ym closed 5 months ago

willcrichton commented 5 months ago

The wording is written as intended. The syntax println!("Hello world") is an expression, and the semicolon is indicating that this expression has ended.