commit: 6604f699764b115829f8e41105fb33cee95964fd parent 49d0f7cdea205a748cc0ddf23718ed98d6f5b6dc Author: iliana weller <ilianaw@buttslol.net> Date: Fri, 7 Dec 2018 20:30:40 -0800 Eeeee EE #100 eeee headache-booth/eeeeeeeeeeeeeeeeeeeeeeee eeeeeeeeeeDiffstat:
A | e.pl | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/e.pl b/e.pl @@ -0,0 +1,10 @@ +#!/usr/bin/env perl + +use utf8; +use strict; +use warnings; + +for( ; ; ) + { + printf"e"; + }