From: David Polakovic Date: Wed, 4 Feb 2026 16:33:03 +0000 (+0100) Subject: first test X-Git-Url: https://git.dpolakovic.space/?a=commitdiff_plain;h=HEAD;p=test-repo first test --- 91d3d05e7759c24669100ba4f4e1386c14f797df diff --git a/test.pl b/test.pl new file mode 100644 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