#!/bin/bash

g++ `cat ../../c++std` -Wall -odriver driver.cc -lbobcat
