diff options
author | Nat Lasseter <user@4574.co.uk> | 2024-11-06 20:28:53 +0000 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2024-11-06 20:28:53 +0000 |
commit | d7d62da5e9c2ca991885641e0a55c2907eb0fb7e (patch) | |
tree | d7b6fca43226fe6affc57f5ef52ce461e13d18b7 /rb/day8.input | |
parent | 46a7ef78253879ca3b5147fdd42f8789983b0b30 (diff) |
Do a bunch in ruby
Diffstat (limited to 'rb/day8.input')
-rw-r--r-- | rb/day8.input | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/rb/day8.input b/rb/day8.input new file mode 100644 index 0000000..a56f5e2 --- /dev/null +++ b/rb/day8.input @@ -0,0 +1,28 @@ +AlphaCentauri to Snowdin = 66 +AlphaCentauri to Tambi = 28 +AlphaCentauri to Faerun = 60 +AlphaCentauri to Norrath = 34 +AlphaCentauri to Straylight = 34 +AlphaCentauri to Tristram = 3 +AlphaCentauri to Arbre = 108 +Snowdin to Tambi = 22 +Snowdin to Faerun = 12 +Snowdin to Norrath = 91 +Snowdin to Straylight = 121 +Snowdin to Tristram = 111 +Snowdin to Arbre = 71 +Tambi to Faerun = 39 +Tambi to Norrath = 113 +Tambi to Straylight = 130 +Tambi to Tristram = 35 +Tambi to Arbre = 40 +Faerun to Norrath = 63 +Faerun to Straylight = 21 +Faerun to Tristram = 57 +Faerun to Arbre = 83 +Norrath to Straylight = 9 +Norrath to Tristram = 50 +Norrath to Arbre = 60 +Straylight to Tristram = 27 +Straylight to Arbre = 81 +Tristram to Arbre = 90 |