#!/usr/bin/env bash
echo *.c *.h *.o main | xargs rm -f
