diff --git a/.replit b/.replit new file mode 100644 index 0000000..1cc0392 --- /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 21bb2e6..7871927 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # TicTacToe-Java It's simple TicTacToe game created by java code . This is a CLI code +[![Run on Repl.it](https://repl.it/badge/github/Bill-ins/TicTacToe-Java)](https://repl.it/github/Bill-ins/TicTacToe-Java) \ No newline at end of file