diff --git a/.replit b/.replit new file mode 100644 index 00000000000..1b15c054048 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 5e9943bb2cb..04b3dabbab9 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ [![Build Status](https://travis-ci.org/exercism/python.svg?branch=master)](https://travis-ci.org/exercism/python) [![Join the chat at https://gitter.im/exercism/python](https://badges.gitter.im/exercism/python.svg)](https://gitter.im/exercism/python?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Run on Repl.it](https://repl.it/badge/github/msaunby/python)](https://repl.it/github/msaunby/python) + Exercism exercises in Python