cleaned up double code in IntCodeComputer

This commit is contained in:
Johannes
2019-12-08 21:06:08 +01:00
parent da5cf69b1b
commit 676fb13a59
3 changed files with 3 additions and 61 deletions

View File

@@ -1,5 +1,5 @@
mod tasks;
fn main() {
tasks::day07::run();
tasks::day05::run();
}