浏览代码

Consolidate final output

ApisNecros 4 月之前
父节点
当前提交
eaf88e0448
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      yaict.pl

+ 1 - 3
yaict.pl

@@ -145,6 +145,4 @@ sub readFile
 
 parseAssembly(readFile($ARGV[0]));
 
-print "[".join(",", @program)."]";
-
-print "\n";
+print "[".join(",", @program)."]\n";