Perl
Ruby
code posted
by
ramble
created at 12 Aug 18:02, updated at 23 Oct 08:07
Edit
|
Back
1
2
3
4
5
6
7
8
9
10 |
#!/usr/bin/perl
use strict;
use warnings;
while (1) {
print "Why can't you highlight this yet?";
}
sub redmin{
print $redmine,\n;
} |
145 Bytes in 2 ms with coderay