summaryrefslogtreecommitdiffstats
path: root/fizzbuzz.pl
diff options
context:
space:
mode:
Diffstat (limited to 'fizzbuzz.pl')
-rwxr-xr-xfizzbuzz.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fizzbuzz.pl b/fizzbuzz.pl
index 5aa1312..df08f1d 100755
--- a/fizzbuzz.pl
+++ b/fizzbuzz.pl
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+#License: Public domain
use strict;
use warnings;
#use Perl::Critic;