#!/usr/bin/env bash

g++ -DEVAL -O2 -std=c++11 grader.cpp brperm.cpp -o brperm
