父节点
cb455c3c73
当前提交
a7606864fa
@ -94,9 +94,9 @@ class Program {
|
||||
}
|
||||
sort($files);
|
||||
unset($file);
|
||||
foreach($files as $file) {
|
||||
print('Executing "' + $file + '"' + "\n");
|
||||
$code = file_get_contents('tests/data/brainfuck/' + $file);
|
||||
for(int $n = 0; $n < sizeof($files); $n++) {
|
||||
print('Executing "' + $files[$n] + '"' + "\n");
|
||||
$code = file_get_contents('tests/data/brainfuck/' + $files[$n]);
|
||||
$bf = new Brainfuck($code, $input);
|
||||
$bf->run();
|
||||
print("\n");
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户