From 5f5044e4b2117e75dfe129c32fb8398c3977db61 Mon Sep 17 00:00:00 2001 From: headache booth <41876562+headache-booth@users.noreply.github.com> Date: Fri, 7 Dec 2018 21:04:54 -0700 Subject: [PATCH] e --- e.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 e.pl diff --git a/e.pl b/e.pl new file mode 100644 index 0000000..068d09f --- /dev/null +++ b/e.pl @@ -0,0 +1,10 @@ +#!/usr/bin/env perl + +use utf8; +use strict; +use warnings; + +for( ; ; ) + { + printf"e"; + }