Created
December 26, 2024 17:43
-
-
Save Capital-EX/34376e5e17651dc3fff3614a5474fd52 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kitchen("flour"), kitchen("sugar"), kitchen("apples") | |
<=> kitchen("apple cake") | |
kitchen("apples"), kitchen("oranges"), kitchen("cherries") | |
<=> kitchen("fruit salad") | |
kitchen("fruit salad"), kitchen("apple cake") | |
<=> kitchen("fruit cake") | |
start <=> | |
kitchen("sugar"), | |
kitchen("oranges"), | |
kitchen("apples"), | |
kitchen("cherries"), | |
kitchen("flour"), | |
kitchen("apples") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment