1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-01-14 02:28:08 -05:00
rustlings/.replit
Ryan McQuen 8f7b5bd00e
feat: Add ability to run rustlings on repl.it ()
Co-authored-by: fmoko <mokou@posteo.de>
2020-07-23 19:21:15 +02:00

2 lines
104 B
Text

language = "rust"
run = "[ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh"