#!/bin/bash

g++ `cat ../../c++std` -Wall -o driver -I. driver.cc -s
