summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan McQuen <rpcm@linux.com>2020-07-23 10:21:15 -0700
committerGitHub <noreply@github.com>2020-07-23 19:21:15 +0200
commit8f7b5bd00eb83542b959830ef55192d2d76db90a (patch)
tree1bbe188b7a20bb330c278869fd3754e96c689d91
parent4821a8be94af4f669042a06ab917934cfacd032f (diff)
feat: Add ability to run rustlings on repl.it (#471)
Co-authored-by: fmoko <mokou@posteo.de>
-rw-r--r--.replit2
1 files changed, 2 insertions, 0 deletions
diff --git a/.replit b/.replit
new file mode 100644
index 0000000..8462a6f
--- /dev/null
+++ b/.replit
@@ -0,0 +1,2 @@
+language = "rust"
+run = "[ -x ~/.cargo/bin/rustlings ] && ~/.cargo/bin/rustlings watch || ./install.sh"