Skip to content

Commit

Permalink
satellite: normalize stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Sep 15, 2024
1 parent d63ec01 commit 20c3bdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/practice/satellite/satellite.pl
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

tree_traversals(Tree, Preorder, Inorder) :- fail.
tree_traversals(Tree, Preorder, Inorder).

0 comments on commit 20c3bdc

Please sign in to comment.