tilsche / icfpcontest2016

The Zebra Infused Hamsters strike again
6 stars 0 forks source link

Bad python shebang #5

Closed tilsche closed 8 years ago

tilsche commented 8 years ago

The only correct python shebang is

#!/usr/bin/env python3

See: http://stackoverflow.com/a/19305076/620382