1
0

11 lines
88 B
Perl
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
#!/usr/bin/env perl
use utf8;
use strict;
use warnings;
for( ; ; )
{
printf"e";
}