Created
April 2, 2019 22:34
-
-
Save mbround18/847ebcd7ab2187639dee5e8a1329b626 to your computer and use it in GitHub Desktop.
Perl Haiku
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
#!/usr/bin/perl | |
use strict; | |
use warnings; | |
# Print a message. | |
print "All our good intent\n"; | |
print "Lost in thick fogs of groupthink\n"; | |
print "Can't wait for the break\n"; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment