#!/bin/sh
###set -e

trap "exit" INT

./collatz_test output1
./alcohol_test output2


