Exerpad

Add Two Numbers

Store two numbers in variables a and b, then print their sum.

Use a = 15 and b = 27.

Your output should be:

text
42
rust
fn main() {
}