import { Move } from "./input"; export const moves: Move[] = [ ["forward", 5], ["down", 5], ["forward", 8], ["up", 3], ["down", 8], ["forward", 2] ];