-
-
Save thibaultduponchelle/3976be515b86ab73cbb6ea81dd51cabe to your computer and use it in GitHub Desktop.
This file contains 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
signal(SIGINT).tap( { say "Thank you for your attention"; exit 0 } ); | |
for (1..200_000_000) { | |
} | |
$ raku --profile noit.raku | |
^CThank you for your attention | |
Segmentation fault (core dumped) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment