advent_of_code_2019/day_5/part_2.php

5 lines
60 B
PHP
Raw Normal View History

2019-12-11 14:23:49 +01:00
<?php
include 'functions.php';
echo run_opcode($input, 5);