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.
aoc-racket/2017/d11/test2.rkt

5 lines
194 B
Racket

#lang reader "main.rkt" ★★
ne,ne,ne ; is 3 steps away.
ne,ne,sw,sw ; is 0 steps away (back where you started).
ne,ne,s,s ; is 2 steps away (se,se).
se,sw,se,sw,sw ; is 3 steps away (s,s,sw).