cargo: fmt

This commit is contained in:
Muhammad Nauman Raza 2024-05-27 00:08:39 +01:00
parent 591e8fc9d5
commit c6a80f75d0

View file

@ -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<String> = fs::read_to_string("sage.txt")