#!/bin/sh

rm example
make example
./example "A B C D"

