Stack
Your task is to create a program which receives a single positive integer and prints out the binary equivalent of it.
69
1000101
Note that the number will always be a non-negative integer.