Created
July 9, 2024 14:06
-
-
Save rjbs/7b1e561e01f6b7be7a0c16cb5164b305 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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