From b69c6f5fb2de13bcde07f02f52fffb8a5f10ec8e Mon Sep 17 00:00:00 2001 From: jack Date: Fri, 16 Jun 2017 06:46:46 -0400 Subject: [PATCH] Making the exercises more interesting --- book_sample_multiple_repeat.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/book_sample_multiple_repeat.md b/book_sample_multiple_repeat.md index 2cf1f69..db582bb 100644 --- a/book_sample_multiple_repeat.md +++ b/book_sample_multiple_repeat.md @@ -53,9 +53,11 @@ poetry on them with a single `:g` command. #### Exercise - Move -On a fresh copy of [ozymandias.txt](ozymandias.txt), move all lines with just a number to the -bottom of the file. +In the file [variables.php](variables.php), move all lines that do not access +`$array` to the bottom of the file. #### Exercise - Print -On a fresh copy of [ozymandias.txt](ozymandias.txt), print all lines with poetry. +In the file [BookCalendar.hs](BookCalendar.hs), show all function signatures by +printing all lines with a function signature. (Hint: they have `::` after the +function name).