Skip to content

Instantly share code, notes, and snippets.

@hoelzro
Created September 15, 2013 14:04
Show Gist options
  • Save hoelzro/6571032 to your computer and use it in GitHub Desktop.
Save hoelzro/6571032 to your computer and use it in GitHub Desktop.
sub foo() {
ok(1);
return;
ok(0);
}
plan(1);
foo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment