1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-16 10:51:42 +02:00

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

Co-authored-by: fmoko <mokou@posteo.de>
This commit is contained in:
Ryan McQuen 2020-07-23 10:21:15 -07:00 committed by GitHub
parent 4821a8be94
commit 8f7b5bd00e
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

2
.replit Normal file
View File

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