Add day 5

This commit is contained in:
2019-12-11 14:23:49 +01:00
parent 51860c5116
commit 1273f4388b
3 changed files with 88 additions and 0 deletions

5
day_5/part_2.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
include 'functions.php';
echo run_opcode($input, 5);