10 lines
91 B
Rust
10 lines
91 B
Rust
use indoc::indoc;
|
|
|
|
fn main() {
|
|
indoc!("
|
|
a
|
|
b
|
|
c
|
|
" 64);
|
|
}
|