Home
Press ? for keyboard navigation
❮
Add two numbers in main
get two numbers from args and add them together
❯
Set type of numbers
let x: u8 = 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)