Merge branch 'master' of github.com:Harvie/Programs
[mirrors/Programs.git] / perl / fce.pl
1 #!/usr/bin/env perl
2 use strict;
3 use warnings;
4
5 sub fce {
6 print @_;
7 }
8
9 fce "ahoj", "nazdar", "\n";
This page took 0.311289 seconds and 4 git commands to generate.