Update assignment 8

This commit is contained in:
Minseong Jang
2022-10-20 09:41:42 +09:00
parent 871110175b
commit 87081c4ffc
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
//! KAIST CS220 Assignments.
#![allow(dead_code)]
#![allow(unreachable_code)]
#![allow(unused_variables)]
pub mod assignment01;