Skip to content

Commit 8f7b5bd

Browse files
ryanpcmcquenfmoko
andauthored
feat: Add ability to run rustlings on repl.it (#471)
Co-authored-by: fmoko <mokou@posteo.de>
1 parent 4821a8b commit 8f7b5bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.replit

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
language = "rust"
2+
run = "[ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh"

0 commit comments

Comments
 (0)