Skip to content

Instantly share code, notes, and snippets.

@yeputons
Created November 10, 2016 16:32
Show Gist options
  • Save yeputons/a817552c2ef62372de91a0697b31da22 to your computer and use it in GitHub Desktop.
Save yeputons/a817552c2ef62372de91a0697b31da22 to your computer and use it in GitHub Desktop.
Тренировка с грейдерами
#!/bin/bash
g++ grader.cpp guesswho.cpp -O2 -Wall -Wextra -Werror -o guesswho || exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment