diff --git a/.replit b/.replit new file mode 100644 index 0000000000..1cc03920e0 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "java10" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 2c50b4fa69..7e0dea621e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # AlgoCasts Companion repo to [The Coding Inteview Bootcamp: Algorithms + Data Structures](https://www.udemy.com/course/coding-interview-bootcamp-algorithms-and-data-structure/) +[![Run on Repl.it](https://repl.it/badge/github/SamTulu/AlgoCasts)](https://repl.it/github/SamTulu/AlgoCasts)