view 1-Ruby/day2-ruby.output @ 75:2df568aae515

Add translation example with notes
author IBBoard <dev@ibboard.co.uk>
date Sat, 03 Feb 2018 20:12:07 +0000
parents ddcd809319ac
children
line wrap: on
line source

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"}