From 69bd4a295e60f8d7ec3af1065827a39abc63c85a Mon Sep 17 00:00:00 2001 From: lloyda1 Date: Sat, 8 Aug 2020 12:46:50 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request adds a badge to the . This will allow users to easily run this repository in their browser, without having to set up an environment. You can learn more about Repl.it [here](https://repl.it). --- .replit | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..3ea8bef --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "cpp" +run = "run" \ No newline at end of file diff --git a/README.md b/README.md index 2be3194..88f43e5 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ https://www.coursera.org/specializations/cs-fundamentals Additional examples (or any bits we may have missed) may still be added. Feel free to raise an issue if you feel something in particular is missing. +[![Run on Repl.it](https://repl.it/badge/github/wadefagen/coursera)](https://repl.it/github/wadefagen/coursera) \ No newline at end of file