solved day 1 2015
This commit is contained in:
10
2015/solutions.php
Normal file
10
2015/solutions.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$days = glob('./days/*.php');
|
||||
foreach ($days as $day) {
|
||||
require($day);
|
||||
}
|
||||
|
||||
$day1 = day1solution1();
|
||||
$day1b = day1solution1b();
|
||||
|
||||
Reference in New Issue
Block a user