repository01

This is the description of repository01.
git clone git://git.samirparikh.com/repository01
Log | Files | Refs | README

newfile.pl (82B) - raw


      1 #!/usr/bin/perl
      2 
      3 use warnings;
      4 use strict;
      5 use v5.22;
      6 
      7 say "this is a test file";