rustlings/.replit

3 lines
104 B
Plaintext

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