Make knight_moves_count executable

This commit is contained in:
2016-07-26 12:32:15 -07:00
parent 8acfc66c68
commit 3f0bf2f966

1
dotfiles/lib/python/knight_moves_count.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python
import sys import sys