Skip to content

Commit

Permalink
remove the ex*.rs files
Browse files Browse the repository at this point in the history
  • Loading branch information
liv committed Jan 9, 2019
1 parent ed89ada commit b90f642
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 114 deletions.
47 changes: 0 additions & 47 deletions ex6.rs

This file was deleted.

6 changes: 0 additions & 6 deletions exercises/ex1.rs

This file was deleted.

10 changes: 0 additions & 10 deletions exercises/ex2.rs

This file was deleted.

10 changes: 0 additions & 10 deletions exercises/ex3.rs

This file was deleted.

14 changes: 0 additions & 14 deletions exercises/ex4.rs

This file was deleted.

22 changes: 0 additions & 22 deletions exercises/ex5.rs

This file was deleted.

5 changes: 0 additions & 5 deletions src/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ use indicatif::ProgressBar;
use std::process::Command;

pub fn verify() -> Result<(), ()> {
compile_only("exercises/ex1.rs")?;
compile_only("exercises/ex2.rs")?;
compile_only("exercises/ex3.rs")?;
compile_only("exercises/ex4.rs")?;
compile_only("exercises/ex5.rs")?;
compile_only("exercises/variables/variables1.rs")?;
compile_only("exercises/variables/variables2.rs")?;
compile_only("exercises/variables/variables3.rs")?;
Expand Down

0 comments on commit b90f642

Please sign in to comment.