Added SheBang.

This commit is contained in:
Mikolaj Lubiak 2022-05-22 18:11:11 +02:00
parent cbf49c2119
commit 4e6de35258
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3.10
from rot import rot
from sys import argv
from collections import Counter