Exerpad
🔥0
0 XP
Lv.1 Beginner
Log In

True or False

Create two boolean variables and print messages with them.

Your output should be:

text
I like pizza: true
I like homework: false
rust
fn main() {
}