1
0

blogview_euler_list

This commit is contained in:
2017-12-31 17:53:59 +01:00
parent 3dcdd872c4
commit fdb08970e7
12 changed files with 381 additions and 6 deletions

View File

@@ -6,6 +6,9 @@ class Euler
{
$a = require $f;
$a['rating'] = self::rateTime($a);
$a['url'] = '/blog/1/Project_Euler_with_Befunge/problem-' . str_pad($a['number'], 3, '0', STR_PAD_LEFT);
$a['canonical'] = "https://www.mikescher.com" . $a['url'];
$a['is93'] = ($a['width'] <= 80 AND $a['height'] <= 25);
return $a;
}