]> git.dpolakovic.space - test-repo/commitdiff
first test master
authorDavid Polakovic <email@dpolakovic.space>
Wed, 4 Feb 2026 16:33:03 +0000 (17:33 +0100)
committerDavid Polakovic <email@dpolakovic.space>
Wed, 4 Feb 2026 16:33:03 +0000 (17:33 +0100)
test.pl [new file with mode: 0644]

diff --git a/test.pl b/test.pl
new file mode 100644 (file)
index 0000000..694899f
--- /dev/null
+++ b/test.pl
@@ -0,0 +1,5 @@
+#!/usr/bin/perl
+use strict;
+use warnings;
+
+print "This is a test!\n";
\ No newline at end of file