fix: add .replit config file (#1)

This commit is contained in:
Randell Dawson
2020-09-29 15:09:55 -07:00
committed by GitHub
parent ba1b4b80df
commit f6011db280
+2
View File
@@ -0,0 +1,2 @@
language = "python3"
run = "python main.py"