Skip to content

Instantly share code, notes, and snippets.

@Capital-EX
Created December 26, 2024 17:43
Show Gist options
  • Save Capital-EX/34376e5e17651dc3fff3614a5474fd52 to your computer and use it in GitHub Desktop.
Save Capital-EX/34376e5e17651dc3fff3614a5474fd52 to your computer and use it in GitHub Desktop.
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