advent_of_code_2019/day_5/part_1.php

5 lines
57 B
PHP

<?php
include 'functions.php';
echo run_opcode($input);