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

trap "exit" INT

./collatz_test output1


