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