1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-01-14 02:28:08 -05:00
rustlings/.replit

3 lines
104 B
Text
Raw Normal View History

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