log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
big-tiandm
>
hellotest
annotate testhello.pl @ 0:
18f9444517e6
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Uploaded
author
big-tiandm
date
Tue, 04 Nov 2014 02:33:04 -0500
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
18f9444517e6
Uploaded
big-tiandm
parents:
diff
changeset
1
#!/usr/bin/perl
18f9444517e6
Uploaded
big-tiandm
parents:
diff
changeset
2
use strict;
18f9444517e6
Uploaded
big-tiandm
parents:
diff
changeset
3
use warnings;
18f9444517e6
Uploaded
big-tiandm
parents:
diff
changeset
4
18f9444517e6
Uploaded
big-tiandm
parents:
diff
changeset
5
print "Hello, World...\n";
18f9444517e6
Uploaded
big-tiandm
parents:
diff
changeset
6