mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-10 06:00:51 +00:00
14 lines
123 B
Perl
14 lines
123 B
Perl
![]() |
#!/usr/bin/perl
|
||
|
|
||
|
use strict;
|
||
|
use warnings;
|
||
|
|
||
|
print("Hello World\n");
|
||
|
|
||
|
__END__
|
||
|
|
||
|
TODO:
|
||
|
What's happening?
|
||
|
|
||
|
It's all messed up.
|