Skip to content

Commit

Permalink
feat: Add ability to run rustlings on repl.it (#471)
Browse files Browse the repository at this point in the history
Co-authored-by: fmoko <mokou@posteo.de>
  • Loading branch information
ryanpcmcquen and fmoko committed Jul 23, 2020
1 parent 4821a8b commit 8f7b5bd
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 8f7b5bd

Please sign in to comment.