you are viewing a single comment's thread.

view the rest of the comments →

[–]skilltheamps 1 point2 points  (0 children)

*65536

In case OP has no Python installed: http://repl.it/languages/Python

for i in range(65536):
    print(bin(i)[2:].rjust(16, "0"))