Session 2 - Beyond Hello World

During this lesson, we'll move beyond the Hello World examples from the previous session and introduce concepts like control flow and complex data types.

Objective

After this session, you should comprehend these mechanisms in Rust:

  • control flow
  • returning results
  • complex data types
  • optionals