cargo: fmt

This commit is contained in:
Muhammad Nauman Raza 2024-05-27 00:08:39 +01:00
parent e3da45d1f0
commit 65aeefff37
Signed by: devraza
GPG key ID: 91EAD6081011574B

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")