Skip to content

Instantly share code, notes, and snippets.

@popenkomaksim
Created March 16, 2016 09:45
Show Gist options
  • Save popenkomaksim/7050a200ac2fbce2e92a to your computer and use it in GitHub Desktop.
Save popenkomaksim/7050a200ac2fbce2e92a to your computer and use it in GitHub Desktop.
if (!lanch.isGovno()) {
order(lanch);
} else if (burito.isExists()) {
order(burito);
} else {
order(caesar);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment