Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if (ELECTION_DAY == date) {
  2. make_my_candidate_win();
  3. restore_executable_from_backup();
  4. } else {
  5. count_results_correctly();
  6. }
  7.  
  8. if (MY_CANDIDATE == selection || my_candidate_count <= other_candidate_count) {
  9. my_candidate_count++;
  10. } else {
  11. other_candidate_count++;
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement