Add script shebang

This commit is contained in:
Dendy 2022-01-31 11:27:38 +01:00
parent 7fc74c8e1f
commit bd773150ab
Signed by: dendy
GPG Key ID: 0168B35FFD7F608F
1 changed files with 2 additions and 0 deletions

2
wordle.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/bin/env python
import random
def getw():