learning-to-code/perl/hello

3 lines
41 B
Plaintext
Raw Normal View History

2021-01-28 09:49:12 +00:00
#!/usr/bin/perl
print "Hello, world!\n";