hotfix: rename nurse text file
This commit is contained in:
parent
3272c2b596
commit
c95d6e0338
|
@ -1,5 +0,0 @@
|
||||||
devraza.giize.com
|
|
||||||
80
|
|
||||||
443
|
|
||||||
2222
|
|
||||||
8448
|
|
|
@ -3,7 +3,7 @@ use std::fs;
|
||||||
use std::process::Command;
|
use std::process::Command;
|
||||||
|
|
||||||
fn main() -> std::io::Result<()> {
|
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()
|
.unwrap()
|
||||||
.lines()
|
.lines()
|
||||||
.map(String::from)
|
.map(String::from)
|
||||||
|
|
Loading…
Reference in a new issue