Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
9e716f942a
2
perl/hello
Executable file
2
perl/hello
Executable file
|
@ -0,0 +1,2 @@
|
|||
#!/usr/bin/perl
|
||||
print "Hello, world!\n";
|
4
perl/hello2
Executable file
4
perl/hello2
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/perl
|
||||
use v5.10;
|
||||
|
||||
say "Hello, World!";
|
Loading…
Reference in New Issue
Block a user