Create .replit

This commit is contained in:
Nathan R 2019-12-10 00:35:48 -05:00 committed by GitHub
parent 6b224d745b
commit 4c443ce4a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.replit Normal file
View File

@ -0,0 +1,2 @@
language = "python3"
run = "python setup.py install ; speedtest -h"