view 1-Ruby/day2-ruby.output @ 78:75dbcd30dee5

Add final exercise code from Erlang It works, but it never made much sense because there was too much magic
author IBBoard <dev@ibboard.co.uk>
date Sat, 01 Jun 2019 20:10:37 +0100
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"}