Exerpad

Number Printer

Print the numbers 1, 2, and 3, each on its own line:

text
1
2
3
rust
fn main() {
}