diff --git a/euler25.php b/euler25.php index c2c5882..40f7dc9 100644 --- a/euler25.php +++ b/euler25.php @@ -1,25 +1,20 @@ $longestCycle){ - $longestCycle=$count; - $beastDenominateur=$denominateur; - } } - -echo $beastDenominateur."\n"; \ No newline at end of file +echo $count; +*/ \ No newline at end of file diff --git a/euler26.php b/euler26.php new file mode 100644 index 0000000..c2c5882 --- /dev/null +++ b/euler26.php @@ -0,0 +1,25 @@ + $longestCycle){ + $longestCycle=$count; + $beastDenominateur=$denominateur; + } +} + +echo $beastDenominateur."\n"; \ No newline at end of file