Remove unnecessary binary

This commit is contained in:
Nathan Stocks
2021-06-12 23:13:23 -06:00
parent 69c360f15d
commit 78396db8e0

View File

@@ -1,7 +0,0 @@
use std::fmt::{Debug, Display};
use puzzles::{blah, Puzzle, PuzzleError};
fn main() {
blah();
}