Tested Perl

This commit is contained in:
ilsix 2024-04-04 21:51:39 +02:00
parent 7cc8e4e45f
commit 8be4e9c5f9
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
#runs successfully
print "Hello World!\n"; print "Hello World!\n";

2
perl/test.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
perl helloworld.pl