diff options
| author | mo khan <mo@mokhan.ca> | 2016-02-08 11:24:22 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-02-08 11:24:22 -0700 |
| commit | b7c2b8475afc2d44e63995ddeb3365f9dae4de19 (patch) | |
| tree | 0b4736c02920c90c015b9ae69bc2b0af1c1010b5 /report/script.pl | |
| parent | d1d2732afd598135850f932449516c48c59a3673 (diff) | |
add external code listings.
Diffstat (limited to 'report/script.pl')
| -rwxr-xr-x | report/script.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/report/script.pl b/report/script.pl new file mode 100755 index 0000000..6f2b764 --- /dev/null +++ b/report/script.pl @@ -0,0 +1,2 @@ +#!/usr/bin/perl +print S(@ARGV);sub S{$r=(@_[0]%4==0&&@_[0]%100!=0)||@_[0]%400=0;} |
