CLI tool which outputs the binary representation of a positive integer
bits
CLI tool which outputs the binary representation of a positive integer
I needed to convert some positive integers to their binary representation, but couldn't find any CLI tools which did that, so I wrote one in about 10 minutes