autocommit 2022-02-06 23:54:46 CET
This commit is contained in:
parent
96038f49bc
commit
7d531257ed
51 changed files with 290 additions and 276 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use std::fs::{File, OpenOptions};
|
||||
use std::{env, io};
|
||||
use std::io::BufWriter;
|
||||
use std::path::PathBuf;
|
||||
use std::{env, io};
|
||||
|
||||
mod enums;
|
||||
mod wire;
|
||||
|
|
@ -18,7 +18,6 @@ fn open(s: &str) -> io::Result<BufWriter<File>> {
|
|||
))
|
||||
}
|
||||
|
||||
|
||||
fn main() -> anyhow::Result<()> {
|
||||
wire::main()?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue