Files
2026-08-01 16:11:49 +03:00

10 lines
91 B
Rust

use indoc::indoc;
fn main() {
indoc!("
a
b
c
" 64);
}