index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-058
/
arne-sommer
/
php
/
ch-1.php
blob: e2b36ce84f5bbc36b9413a773c786f0293ad6987 (
plain
)
1
2
3
4
#! /usr/bin/env php
<?php
echo
version_compare
(
$argv
[
1
],
$argv
[
2
])
.
"
\n
"
;
?>