|
|
Nagisa (2007-12-24) 100 dango. Nagisa draws ASCII art dango. 100 variations total. Try this in bash: for i in `seq 100`; do perl nagisa.pl; sleep 1; done All output are valid Perl code, so something like this would also work (and output the same thing): for i in `seq 100`; do perl nagisa.pl | perl | perl | perl; sleep 1; done Inspired by Furukawa Nagisa from Clannad. Dango. Dango. -- omoikane@uguu.org - http://uguu.org/
RAR | ZIP | / | |
2025-08-26 |