mirror of
https://github.com/Dummi26/mers.git
synced 2025-03-10 14:13:52 +01:00
.
This commit is contained in:
parent
f43f5e518c
commit
3ac886115a
@ -22,7 +22,7 @@ fn main() {
|
|||||||
.into();
|
.into();
|
||||||
assert!(val.fits_in(&case).is_empty());
|
assert!(val.fits_in(&case).is_empty());
|
||||||
let script = parse::parse::parse(&mut parse::file::File::new(
|
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();
|
.unwrap();
|
||||||
println!(" - - - - -");
|
println!(" - - - - -");
|
||||||
|
Loading…
Reference in New Issue
Block a user