exercism-perl5

Repository for my Perl 5 Exercism exercises
git clone git://git.samirparikh.com/exercism-perl5
Log | Files | Refs | README

README.md (883B) - raw


      1 # Hello World
      2 
      3 Welcome to Hello World on Exercism's Perl 5 Track.
      4 If you need help running the tests or submitting your code, check out `HELP.md`.
      5 
      6 ## Instructions
      7 
      8 The classical introductory exercise. Just say "Hello, World!".
      9 
     10 ["Hello, World!"](http://en.wikipedia.org/wiki/%22Hello,_world!%22_program) is
     11 the traditional first program for beginning programming in a new language
     12 or environment.
     13 
     14 The objectives are simple:
     15 
     16 - Write a function that returns the string "Hello, World!".
     17 - Run the test suite and make sure that it succeeds.
     18 - Submit your solution and check it at the website.
     19 
     20 If everything goes well, you will be ready to fetch your first real exercise.
     21 
     22 ## Source
     23 
     24 ### Created by
     25 
     26 - @m-dango
     27 
     28 ### Contributed to by
     29 
     30 - @kotp
     31 - @rfilipo
     32 
     33 ### Based on
     34 
     35 This is an exercise to introduce users to using Exercism - http://en.wikipedia.org/wiki/%22Hello,_world!%22_program