From ad0dcb69b32d45d9bdfea956e7370c74960fa312 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 8 Sep 2019 15:42:31 +0200 Subject: [024#1] --- 024/ch1.pl | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 024/ch1.pl diff --git a/024/ch1.pl b/024/ch1.pl new file mode 100755 index 0000000..fd9a28b --- /dev/null +++ b/024/ch1.pl @@ -0,0 +1,8 @@ +#!/usr/bin/env perl +# +# Create a smallest script in terms of size that on execution doesn’t throw any +# error. The script doesn’t have to do anything special. You could even come up +# with smallest one-liner. +################################################################################ + +$|++ -- cgit v1.2.3