Files
advent_of_code_2021/21/part2.php

4 lines
78 B
PHP

<?php
$input = file('input', FILE_IGNORE_NEW_LINES | FILE_SKIP_EMPTY_LINES);