You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
227 B
Racket
7 lines
227 B
Racket
8 years ago
|
#lang reader "lang.rkt"
|
||
|
value 5 goes to bot 2
|
||
|
bot 2 gives low to bot 1 and high to bot 0
|
||
|
value 3 goes to bot 1
|
||
|
bot 1 gives low to output 1 and high to bot 0
|
||
|
bot 0 gives low to output 2 and high to output 0
|
||
|
value 2 goes to bot 2
|