unarydecimal
unarydecimal is a conceptual number system that represents numbers using only a single digit, typically one, repeated a certain number of times. In this system, a number N is represented by N repetitions of the digit '1'. For example, the number 3 would be written as '111'. The value of the number is determined by the count of the '1' digits. This is in contrast to standard positional numeral systems, like the decimal system, where the position of a digit determines its value.
Unarydecimal is the simplest possible number system. It is sometimes used as a pedagogical tool to introduce