From 670401d15b45a857ae47d4cfd4ad831cfb8859f7 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Tue, 29 Sep 2020 17:10:03 -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"