Skip to content

Commit

Permalink
feat: Add ability to run rustlings on repl.it (rust-lang#471)
Browse files Browse the repository at this point in the history
Co-authored-by: fmoko <[email protected]>
  • Loading branch information
2 people authored and noiffion committed Aug 20, 2021
1 parent 3f363bc commit ab2847e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "rust"
run = "[ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh"

0 comments on commit ab2847e

Please sign in to comment.