Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

Add User Numbers

Read two numbers from the user (one per line) and print their sum.

Example: If the user types 3 and then 5, your program should print 8.

rust
fn main() {
}