mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 14:44:25 +00:00
feat: Add ability to run rustlings on repl.it (#471)
Co-authored-by: fmoko <mokou@posteo.de>
This commit is contained in:
parent
4821a8be94
commit
8f7b5bd00e
1 changed files with 2 additions and 0 deletions
2
.replit
Normal file
2
.replit
Normal file
|
@ -0,0 +1,2 @@
|
|||
language = "rust"
|
||||
run = "[ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh"
|
Loading…
Reference in a new issue