370c71ef4383c8ed98c2e4c7337849168c89dd18
[mirrors/Programs.git] / input.pl
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4 use Digest::MD5;
5 my $in = <>;
6 chop($in);
7 print Digest::MD5->md5_hex($in)."\n";
8
This page took 0.31843 seconds and 3 git commands to generate.