log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
repos
>
anshu
>
testset
view test.pl @ 0:
2423b15fa47f
draft
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Uploaded
author
anshu
date
Tue, 16 Jul 2013 03:34:18 -0400
parents
children
line wrap:
on
line source
#!/usr/bin/perl -w
$a=1;;
$b=2;
$c=$a+$b;
print $c;
exit;