Skip to content

Commit

Permalink
Making the exercises more interesting
Browse files Browse the repository at this point in the history
  • Loading branch information
steveshogren committed Jun 16, 2017
1 parent 1386117 commit b69c6f5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions book_sample_multiple_repeat.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit b69c6f5

Please sign in to comment.