initial commit

This commit is contained in:
quackerd 2022-06-19 22:24:40 -04:00
parent a4cdc024c6
commit 2a9182402f

View File

@ -1,8 +1,6 @@
import os
import sys
from numpy import full
if len(sys.argv) != 3:
print("Invalid number of arguments\n")
exit(1)