1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2026-08-30 01:09:34 +00:00

first commit

This commit is contained in:
jikim
2015-12-13 22:34:58 +09:00
commit 0b589c7986
9455 changed files with 4350134 additions and 0 deletions
@@ -0,0 +1,16 @@
computing fact1(15)
in wrapper1-pre: fact(15)
in wrapper2-pre: fact(14)
in wrapper1-pre: fact(13)
in wrapper2-pre: fact(12)
in wrapper1-pre: fact(11)
in wrapper2-pre: fact(10)
in wrapper1-pre: fact(9)
in wrapper2-pre: fact(8)
in wrapper1-pre: fact(7)
in wrapper2-pre: fact(6)
in wrapper1-pre: fact(5)
in wrapper2-pre: fact(4)
in wrapper1-pre: fact(3)
in wrapper2-pre: fact(2)
in wrapper1-pre: fact(1)