Skip to content

Instantly share code, notes, and snippets.

@rjbs
Created July 9, 2024 14:06
Show Gist options
  • Save rjbs/7b1e561e01f6b7be7a0c16cb5164b305 to your computer and use it in GitHub Desktop.
Save rjbs/7b1e561e01f6b7be7a0c16cb5164b305 to your computer and use it in GitHub Desktop.
use v5.36.0;
sub foo {
say "Hell0, w0rld.";
}
foo();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment