mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-08 03:39:18 +00:00
5 lines
100 B
YAML
5 lines
100 B
YAML
language: rust
|
|
cache: cargo
|
|
script: # the purpose of this is to grade students
|
|
- cargo run verify
|