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