Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
neoeno committed Apr 27, 2017
1 parent 0959cc3 commit 31bfd6c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Pig Latin Kata

This kata aims to exercise procedural programming skill. Broadly: the skill of
solving problems with code.

Work through each file in order from `exercise_1.rb` to `exercise_6.rb`

They increase in difficulty, from reasonably tricky to quite hard.

Each exercise comes with some simple tests at the bottom of the file. You can
run each file with `ruby` to see the tests pass or fail:

```bash
ruby exercise_1.rb
# Or exercise_2.rb, etc
```

Consider drawing some diagrams to help you understand the problems.

0 comments on commit 31bfd6c

Please sign in to comment.