Non-decimal radices/Output: Difference between revisions

Bc: added output
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
(Bc: added output)
Line 201:
print "\n"
}</lang>
{{out}}
<pre>1 1 1 1
2 2 2 10
3 3 10 11
4 4 11 100
5 5 12 101
6 6 20 110
7 7 21 111
8 10 22 1000
9 11 100 1001</pre>
 
=={{header|C}}==
73

edits