Snippets

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

Created by sironekotoro

File hello_perl.pl Added

  • Ignore whitespace
  • Hide word diff
+#!/usr/bin/env perl
+use strict;
+use warnings;
+
+# Perl入学式 2018 第2回 復習問題
+# hello_perl.pl
+
+print "Hello, Perl Entrance!\n";
HTTPS SSH

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