mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-23 09:18:41 +00:00
8 lines
65 B
PHP
8 lines
65 B
PHP
|
<?php
|
||
|
|
||
|
echo 'hi';
|
||
|
|
||
|
if (in_array('fail', $argv)) {
|
||
|
exit(1);
|
||
|
}
|