comparison testhello.pl @ 0:18f9444517e6 draft

Uploaded
author big-tiandm
date Tue, 04 Nov 2014 02:33:04 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:18f9444517e6
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 print "Hello, World...\n";
6