feat: add replit config (#1)

This commit is contained in:
Tom 2020-09-29 17:10:39 -05:00 committed by GitHub
parent 9fe035aa85
commit 662bb006f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "python3"
run = "python main.py"