Mercurial > repos > other > SevenLanguagesInSevenWeeks
diff 1-Ruby/day2-ruby.output @ 19:ddcd809319ac
Add first two Day 2 exercises
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 04 Jan 2017 21:01:13 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/1-Ruby/day2-ruby.output Wed Jan 04 21:01:13 2017 +0000 @@ -0,0 +1,13 @@ +day2.txt + File contents go here +day2.txt + File contents go here + Extra content here +day2.txt + Non-block file content +{"a"=>"one", "b"=>"two", "c"=>"three"} +[["a", "one"], ["b", "two"], ["c", "three"]] +["a", "b", "c"] +["one", "two", "three"] +["one", "two", "three"] +{0=>"one", 1=>"two", 2=>"three"}