Skip to content

Instantly share code, notes, and snippets.

@nomelif
Last active March 7, 2018 08:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nomelif/6862011433f1c75371aa1d99409ef0ea to your computer and use it in GitHub Desktop.
Save nomelif/6862011433f1c75371aa1d99409ef0ea to your computer and use it in GitHub Desktop.
#!/bin/bash
g++ -O2 -Wall -std=c++11 $1 --debug && echo "===" && time ./a.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment