Hoon101/README.md
2019-07-16 10:41:36 +12:00

12 lines
357 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Hoon 101
My assignments for each week of Hoon 101.
## Week 1
> Create a naked generator that takes an atom and returns the same atom cast to any aura
## Week 2
> Build a naked generator that takes a noun and checks if that noun is a cell or an atom. If that input noun is an atom, check if its even or odd. The output should be of the tape type.