missed some files by committing in the wrong folder

This commit is contained in:
Void User 2022-06-23 20:54:27 -04:00
parent 8b9114499e
commit 77235a19bc
3 changed files with 7 additions and 34 deletions

View file

@ -1,6 +1,9 @@
use std::fs::File;
use clap::Parser;
pub mod test;
use test::*;
pub mod vcd;
use vcd::*;