Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

"blind" programming [challenge]

Name: Anonymous 2015-04-29 23:33

Here's a stupid idea.

You know things like "print this pattern:

*
***
*****
*******
*********


can be done wiht any dumb challenges like this..

try to solve it by writing the program into this thread - NO TESTING! Then try it out.

Name: Anonymous 2015-04-29 23:42

Ok, that was pretty shitty because I forgot newlines.
use feature "say";
my $STAR = "*";

say $STAR;
say $STAR x 3;
say $STAR x 5;
say $STAR x 7;
say $STAR x 9;

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List