Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Sep 26, 2024
1 parent 4aa47f8 commit c12f055
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion samples/tco.pl
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,8 @@
test3(I) :- f(I, _), I2 is I-1, test3(I2).

main :-
test1(100000); test2(200000); test3(300000); true.
test1(100000);
test2(200000);
test3(300000);
true.

0 comments on commit c12f055

Please sign in to comment.