#!/bin/sh

set -ex

cd "$(dirname "$0")"
gcc basic.c -lskarnet
./a.out
rm -f a.out
