feat: Add ability to run rustlings on repl.it (#471)

Co-authored-by: fmoko <mokou@posteo.de>
pull/512/head
Ryan McQuen 4 years ago committed by GitHub
parent 4821a8be94
commit 8f7b5bd00e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
language = "rust"
run = "[ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh"
Loading…
Cancel
Save