Add Shebang to pass.py

This commit is contained in:
Mikołaj Lubiak 2022-06-17 16:46:34 +00:00
parent 2dfcfb3885
commit 05a11ab3fa
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
from sys import argv
from time import time
from random import randint