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