#!/bin/bash clang++ -std=c++14 -I../helpers/ -o limits.out limits_println.cpp clang++ -std=c++14 -I../helpers/ -o println.out printlnDemo.cpp