Verifies all exercises according to the recommended order
| 52 | #[argh(subcommand, name = "verify")] |
| 53 | /// Verifies all exercises according to the recommended order |
| 54 | struct VerifyArgs {} |
| 55 | |
| 56 | #[derive(FromArgs, PartialEq, Debug)] |
| 57 | #[argh(subcommand, name = "run")] |
nothing calls this directly
no outgoing calls
no test coverage detected