Update assignment 09

This commit is contained in:
Minseong Jang
2022-11-13 22:01:29 +09:00
parent 12e9658d67
commit 62a9e5c8bc
2 changed files with 6 additions and 1 deletions

View File

@@ -2,8 +2,9 @@
#![allow(dead_code)]
#![allow(unused_mut)]
#![allow(unreachable_code)]
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unreachable_code)]
pub mod assignment01;
mod assignment01_grade;