5 lines
60 B
PHP
5 lines
60 B
PHP
|
<?php
|
||
|
|
||
|
include 'functions.php';
|
||
|
|
||
|
echo run_opcode($input, 5);
|