fix: add .replit config file (#1)

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