blob: fd9a28b9369feb645767963fd33d3e6a25df85a4 (
plain) (
blame)
1
2
3
4
5
6
7
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.
################################################################################
$|++
|