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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#lang reader (submod "14.rkt" reader)
|
|
10 ORE => 10 A
|
|
1 ORE => 1 B
|
|
7 A, 1 B => 1 C
|
|
7 A, 1 C => 1 D
|
|
7 A, 1 D => 1 E
|
|
7 A, 1 E => 1 FUEL |