Create a recursive function to print a multidigit number vertically. For example, 2378 should be printed
2
3
7
8
Test your program with numbers of different length.
|
|
|||||||||||||||||||||
|
|
|
You might find that |
||
|
|
|
|
in haskell because thats probably not what your assignment is in and it will not be helpful
more code golf
this also works, i was surprised
|
|||
|
|
|
PostScript
SO's pretty printer is really bad at displaying PostScript code... not really surprising ;-) |
||||||||||||||||
|
|
|
Brainfuck:
That's about as recursive as I can get it. |
||||||||||
|
|
|
Ruby, 5 lines ... Oh wait, this isn't code-golf
Clojure, your instructor will love it, trust me
nroff, a job-interview must-have, oh wait...
|
|||
|
|
|
In quick-and-dirty python:
|
||
|
|