Update grader for h1

This commit is contained in:
Minseong Jang
2022-02-28 09:59:11 +09:00
parent 3d4745403e
commit 53512ad111

View File

@@ -4,7 +4,7 @@
set -e
# Run lints.
cargo fmt --all -- --check
cargo fmt --all -- --check # run `cargo fmt` to auto-correct format.
cargo clippy
# Run tests.