oops
Esse commit está contido em:
Paul Tarjan
2013-06-13 18:30:52 -07:00
commit de Sara Golemon
commit bd8a697f13
+1 -1
Ver Arquivo
@@ -31,5 +31,5 @@ if (count($argv) > 1) {
} else {
$x10 = main(10);
$x200 = main(200);
echo $x10 * 20 < $x200 ? "Failed since $x10 * 20 >= $x200" : "Passed", "\n";
echo $x10 * 20 < $x200 ? "Failed since $x10 * 20 < $x200" : "Passed", "\n";
}