From f594379a8ce2342a28c4e2e4e3869d773054a306 Mon Sep 17 00:00:00 2001 From: ilsix Date: Thu, 4 Apr 2024 20:22:41 +0200 Subject: [PATCH] Untested Perl --- perl/helloworld.pl | 1 + 1 file changed, 1 insertion(+) create mode 100644 perl/helloworld.pl diff --git a/perl/helloworld.pl b/perl/helloworld.pl new file mode 100644 index 0000000..00a74b1 --- /dev/null +++ b/perl/helloworld.pl @@ -0,0 +1 @@ +print "Hello World!\n"; \ No newline at end of file