Recursive Cowsay
Convert 'cowsay' statement to recursive output
Start file
________________________________________
/ Real Vim ninjas count every keystroke! \
\ - do you? /
----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
End file
__________________________________________
/ ________________________________________ \
|/ Real Vim ninjas count every keystroke! \|
|\ - do you? /|
| ---------------------------------------- |
| \ ^__^ |
| \ (oo)\_______ |
| (__)\ )\/\ |
| ||----w | |
| || || |
\------------------------------------------/
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
View Diff
1,4c1,11 < ________________________________________ < / Real Vim ninjas count every keystroke! \ < \ - do you? / < ---------------------------------------- --- > __________________________________________ > / ________________________________________ \ > |/ Real Vim ninjas count every keystroke! \| > |\ - do you? /| > | ---------------------------------------- | > | \ ^__^ | > | \ (oo)\_______ | > | (__)\ )\/\ | > | ||----w | | > | || || | > \------------------------------------------/
Solutions by @udioica:
Unlock 1 remaining solutions by signing in and submitting your own entry
VimGolf