Skip to content

Commit

Permalink
Revert stub to sub
Browse files Browse the repository at this point in the history
  • Loading branch information
habere-et-dispertire committed Dec 18, 2024
1 parent 86370cc commit 8d85417
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
Binary file added exercises/practice/proverb/.DS_Store
Binary file not shown.
6 changes: 1 addition & 5 deletions exercises/practice/proverb/.meta/template-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,5 @@ example: |-
}
stub: |-
multi recite ($nouns) is export {
...
}
multi recite (@nouns) is export {
...
sub proverb (@nouns) is export {
}
6 changes: 1 addition & 5 deletions exercises/practice/proverb/lib/Proverb.rakumod
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
unit module Proverb;

multi recite ($nouns) is export {
...
}
multi recite (@nouns) is export {
...
sub proverb (@nouns) is export {
}

0 comments on commit 8d85417

Please sign in to comment.