From f55ff078e8b2dc5cc3b184a6fc426a9a5137db5c Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 29 Sep 2020 17:11:24 -0500 Subject: [PATCH] feat: add replit config (#1) --- .replit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .replit diff --git a/.replit b/.replit new file mode 100644 index 0000000..643c055 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python main.py"