diff options
author | Guillermo Ramos | 2019-09-08 15:42:31 +0200 |
---|---|---|
committer | Guillermo Ramos | 2019-09-08 15:42:31 +0200 |
commit | ad0dcb69b32d45d9bdfea956e7370c74960fa312 (patch) | |
tree | aba7a8b252ee44e703352c44afb7829a7e3d11b5 | |
parent | d006f38d528637fea1d9fc2a5197914119ca63fc (diff) | |
download | perlweekly-ad0dcb69b32d45d9bdfea956e7370c74960fa312.tar.gz |
[024#1]
-rwxr-xr-x | 024/ch1.pl | 8 |
1 files changed, 8 insertions, 0 deletions
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. +################################################################################ + +$|++ |