소스 검색

Consolidate final output

Bee Hudson 4 달 전
부모
커밋
e82cab0e05
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";