From 04af25206e306f4d79e697e74f8f37840f62f05a Mon Sep 17 00:00:00 2001 From: gregstevenuniverse Date: Mon, 9 Dec 2019 23:37:06 +0000 Subject: [PATCH] adding run on repl.it badge this commit was generated automatically on 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..e827363 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "go" +run = "go run main" diff --git a/README.md b/README.md index c9251cf..ca5032d 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,4 @@ $ docker run -ti dyego/snake-game $ cd $GOPATH/src/github.com/DyegoCosta/snake-game $ make ``` +[![Run on Repl.it](https://repl.it/badge/github/DyegoCosta/snake-game)](https://repl.it/github/DyegoCosta/snake-game) \ No newline at end of file