1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-02-13 13:16:43 +00:00

8 lines
65 B
PHP
Raw Normal View History

2023-02-13 20:29:32 +08:00
<?php
echo 'hi';
if (in_array('fail', $argv)) {
exit(1);
}