Skip to content

Commit

Permalink
Wrap paragraphs in 99-problems README
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Feb 22, 2015
1 parent c33ca94 commit d586464
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions 99-problems/README
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
99 Problems In Perl
====================
Based on the problems from http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html (which is stored here for future use)

Save solutions as PXX-author.pl as in other directorys where XX is the problem number and author is the....author!
Based on the problems from
http://www.ic.unicamp.br/~meidanis/courses/mc336/2006s2/funcional/L-99_Ninety-Nine_Lisp_Problems.html
(which is stored here for future use).

Save solutions as PXX-author.pl as in other directorys where XX is the problem
number and author is the....author!

Please include a specification describing the problem and, ideally, a
description of your solution and the perl6 features that it uses.

Expand All @@ -16,7 +21,7 @@ use v6;
# For example, P21 originally implied returning a copy of the list,
# since LISP does not have mutable lists; you may change the wording to
# reflect this, or change the spec to allow modification in-place.
#
#
# Example: (preferably in the form of a REPL session)
# > say 'Hello, world!'
# Hello, world!
Expand Down

0 comments on commit d586464

Please sign in to comment.