#!/bin/sh

set -x

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