#!/bin/sh

clear && gcc -lm test.c functions/hyperoperations.c functions/trigonometric.c functions/logical.c functions/interval.c && ./a.out
