hotfix: rename nurse text file

This commit is contained in:
Muhammad Nauman Raza 2024-07-15 22:03:52 +01:00
parent 3272c2b596
commit c95d6e0338
Signed by: devraza
GPG key ID: 91EAD6081011574B
2 changed files with 1 additions and 6 deletions

View file

@ -1,5 +0,0 @@
devraza.giize.com
80
443
2222
8448

View file

@ -3,7 +3,7 @@ use std::fs;
use std::process::Command;
fn main() -> std::io::Result<()> {
let file: Vec<String> = fs::read_to_string("sage.txt")
let file: Vec<String> = fs::read_to_string("nurse.txt")
.unwrap()
.lines()
.map(String::from)