Skip to content

Instantly share code, notes, and snippets.

@Grumblesaur
Created November 1, 2015 04:00
Show Gist options
  • Save Grumblesaur/29bf91bea7404c05bf0b to your computer and use it in GitHub Desktop.
Save Grumblesaur/29bf91bea7404c05bf0b to your computer and use it in GitHub Desktop.
What are conditionals? (Some badcode found on Github)
} else {
//
if(1){
printf("Invalid Command: %s\n", line);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment