Snippets

sironekotoro Perl入学式 2018 第2回 復習問題 hello_perl.pl

Created by sironekotoro
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use warnings;

# Perl入学式 2018 第2回 復習問題
# hello_perl.pl

print "Hello, Perl Entrance!\n";

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.