This commit is contained in:
headache booth 2018-12-07 21:04:54 -07:00 committed by GitHub
parent 79388bb5f3
commit 5f5044e4b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
e.pl Normal file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env perl
use utf8;
use strict;
use warnings;
for( ; ; )
{
printf"e";
}