Skip to content

Commit

Permalink
Missing solutions & TCO
Browse files Browse the repository at this point in the history
  • Loading branch information
infradig committed Oct 8, 2024
1 parent fb6f4b3 commit 5ba0690
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/tco.pl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
main :-
write(test1), write(': '), test1(1000000);
write(test2), write(': '), test2(1000000);
write(test3), write(': '), test3(1000000);
%write(test3), write(': '), test3(1000000);
%write(test4), write(': '), test4(1000000);
%write(test5), write(': '), test5(1000000);
true.
Expand Down
1 change: 0 additions & 1 deletion tests/tests/test101.expected
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
test1: [4,0,3,7]
test2: [4,0,3,7]
2 changes: 1 addition & 1 deletion tests/tests/test101.pl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

main :-
write(test1), write(': '), test1(1000000);
write(test2), write(': '), test2(1000000);
%write(test2), write(': '), test2(1000000);
%write(test3), write(': '), test3(1000000);
%write(test4), write(': '), test4(1000000);
%write(test5), write(': '), test5(1000000);
Expand Down

0 comments on commit 5ba0690

Please sign in to comment.