mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 05:43:53 +01:00
.
This commit is contained in:
parent
f43f5e518c
commit
3ac886115a
@ -22,7 +22,7 @@ fn main() {
|
||||
.into();
|
||||
assert!(val.fits_in(&case).is_empty());
|
||||
let script = parse::parse::parse(&mut parse::file::File::new(
|
||||
std::fs::(std::env::args().nth(1).unwrap()).unwrap(),
|
||||
std::fs::read_to_string(std::env::args().nth(1).unwrap()).unwrap(),
|
||||
))
|
||||
.unwrap();
|
||||
println!(" - - - - -");
|
||||
|
Loading…
Reference in New Issue
Block a user