#!/bin/sh

fold -w1 input | awk -f puzzle-1.awk
fold -w1 input | awk -f puzzle-2.awk