Skip to content

Instantly share code, notes, and snippets.

@gfldex
Created December 5, 2021 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gfldex/9c317047a1cabafcdc9d2298a76425e7 to your computer and use it in GitHub Desktop.
Save gfldex/9c317047a1cabafcdc9d2298a76425e7 to your computer and use it in GitHub Desktop.
#! /usr/bin/env raku
use v6.d;
sub debug(|c) {
say(|c) if $*VERBOSE;
}
sub MAIN(:v(:verbose($*VERBOSE))) {
debug ‚oi‽‘;
say 'i has a done!';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment