diff --git a/src/main.rs b/src/main.rs index 4174438..8dd7b33 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,6 +1,6 @@ use owo_colors::OwoColorize; -use std::process::Command; use std::fs; +use std::process::Command; fn main() -> std::io::Result<()> { let file: Vec = fs::read_to_string("sage.txt")