progs/while/compile.sc
changeset 816 f650c1b079e3
parent 815 87457a1a9d86
child 828 a7d21029bb13
--- a/progs/while/compile.sc	Thu Dec 03 00:46:59 2020 +0000
+++ b/progs/while/compile.sc	Thu Dec 03 06:37:09 2020 +0000
@@ -220,12 +220,12 @@
     os.proc("java", s"$class_name/$class_name").call(stdout = os.Inherit, stdin = os.Inherit)
 }
 
+
 @main
 def test2() =
   run(fib_test, "fib")
 
 
-
 /* Jasmin code for reading an integer
 
 .method public static read()I