2023-02-25 02:14

This commit is contained in:
2023-02-25 02:14:32 +09:00
commit c137e4b768
2 changed files with 18 additions and 0 deletions

5
hello.pl Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/perl
use strict;
# This is a simple Hello World program.
print "Hello, World.\n";