diff options
author | alyx <alyx@aleteoryx.me> | 2023-11-20 15:31:45 -0500 |
---|---|---|
committer | alyx <alyx@aleteoryx.me> | 2023-11-20 15:31:45 -0500 |
commit | 4810e24657a5931ea79be3fc3ee3e108fe40282e (patch) | |
tree | 901949b947b608402a9e9ac049929895dcd9471f /2015/rs/src/nine.txt | |
parent | 4e158659f8b222e8815d06fcbbd34f1e7cbc1d46 (diff) | |
download | adventofcode-4810e24657a5931ea79be3fc3ee3e108fe40282e.tar.gz adventofcode-4810e24657a5931ea79be3fc3ee3e108fe40282e.tar.bz2 adventofcode-4810e24657a5931ea79be3fc3ee3e108fe40282e.zip |
2015.9
Diffstat (limited to '2015/rs/src/nine.txt')
-rw-r--r-- | 2015/rs/src/nine.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/2015/rs/src/nine.txt b/2015/rs/src/nine.txt new file mode 100644 index 0000000..97a6b63 --- /dev/null +++ b/2015/rs/src/nine.txt @@ -0,0 +1,28 @@ +Faerun to Tristram = 65 +Faerun to Tambi = 129 +Faerun to Norrath = 144 +Faerun to Snowdin = 71 +Faerun to Straylight = 137 +Faerun to AlphaCentauri = 3 +Faerun to Arbre = 149 +Tristram to Tambi = 63 +Tristram to Norrath = 4 +Tristram to Snowdin = 105 +Tristram to Straylight = 125 +Tristram to AlphaCentauri = 55 +Tristram to Arbre = 14 +Tambi to Norrath = 68 +Tambi to Snowdin = 52 +Tambi to Straylight = 65 +Tambi to AlphaCentauri = 22 +Tambi to Arbre = 143 +Norrath to Snowdin = 8 +Norrath to Straylight = 23 +Norrath to AlphaCentauri = 136 +Norrath to Arbre = 115 +Snowdin to Straylight = 101 +Snowdin to AlphaCentauri = 84 +Snowdin to Arbre = 96 +Straylight to AlphaCentauri = 107 +Straylight to Arbre = 14 +AlphaCentauri to Arbre = 46 |