Last active
March 7, 2018 08:18
-
-
Save nomelif/6862011433f1c75371aa1d99409ef0ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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