Home
Press ? for keyboard navigation
❮
Task: Get two numbers from the command line and do some calculations on them
Set type of numbers
❯
Add two numbers in main
let x = 23; let y = 19; let sum = x + y; println!("{x} + {y} = {sum}");
Index (i)
Table of Contents (t)
Indexed keywords (k)
Chapter TOC (d)
Hide/Show (h)