소스 검색

week1

master
Thorn Avery 5 년 전
커밋
00d09fcbe2
2개의 변경된 파일13개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      README.md
  2. +6
    -0
      week1/week1.hoon

+ 7
- 0
README.md 파일 보기

@@ -0,0 +1,7 @@
# 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

+ 6
- 0
week1/week1.hoon 파일 보기

@@ -0,0 +1,6 @@
:: Hoon School - Week 1
:: ~bannum-magtus || s@p7.co.nz
::
|= inp=@ :: 1 - create a gate with one atom input, 'inp'
^- @p :: 2 - use kethep to cast inp to a planet aura
inp :: 3 - close the kethep, and ergo close the bartis

불러오는 중...
취소
저장