#!/usr/bin/env bash

year=$1
day=$2

bin/fasm $year/$day/problem.asm $year/$day/problem && time ./$year/$day/problem