8 lines
147 B
Rust
8 lines
147 B
Rust
// rustfmt-indent_style: Block
|
|
// rustfmt-imports_indent: Block
|
|
// rustfmt-imports_layout: Vertical
|
|
|
|
use std::{
|
|
env, fs, io::{Read, Write},
|
|
};
|