Browse Source

Consolidate final output

Bee Hudson 4 tháng trước cách đây
mục cha
commit
e82cab0e05
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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";