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 <mokou@posteo.de>
  • Loading branch information
2 people authored and mack committed Dec 28, 2021
1 parent fbb4415 commit b4bddff
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 b4bddff

Please sign in to comment.