#!/usr/bin/env bash
idris $@ hangman.idr --consolewidth 80 --nocolour -p effects -o hangman
./hangman < input
rm -f hangman *.ibc