Skip to content

Instantly share code, notes, and snippets.

@KowalczykBartek
Created August 22, 2013 22:25
Show Gist options
  • Save KowalczykBartek/6313570 to your computer and use it in GitHub Desktop.
Save KowalczykBartek/6313570 to your computer and use it in GitHub Desktop.
private void doStuff(int liczba) {
assert (liczba>0);
// jeżeli liczba jest wieksza niż 0, to przechodzimy dalej.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment