changed q1 and q2 according to the paper of P. Sysel and P. Rajmic
[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.266629 seconds and 4 git commands to generate.