#!/bin/bash

g++ --std=c++14 -Wall -odriver driver.cc -lbobcat
