fix: add .replit config file (#1)

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