File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ let dependencies: [Target.Dependency] = [
55 . product( name: " Algorithms " , package : " swift-algorithms " ) ,
66 . product( name: " Collections " , package : " swift-collections " ) ,
77 . product( name: " ArgumentParser " , package : " swift-argument-parser " ) ,
8- . product( name: " MLX " , package : " mlx-swift " ) ,
9- . product( name: " MLXFFT " , package : " mlx-swift " ) ,
108]
119
1210let package = Package (
@@ -16,7 +14,6 @@ let package = Package(
1614 . package (
1715 url: " https://github.com/apple/swift-algorithms.git " ,
1816 . upToNextMajor( from: " 1.2.0 " ) ) ,
19- . package ( url: " https://github.com/ml-explore/mlx-swift.git " , from: " 0.21.2 " ) ,
2017 . package (
2118 url: " https://github.com/apple/swift-collections.git " ,
2219 . upToNextMajor( from: " 1.0.0 " ) ) ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Below is my current advancement in Advent of code:
1313| Day 3 | :star : | :star : |
1414| Day 4 | :star : | :star : |
1515| Day 5 | :star : (22min) | :star : (21min) |
16- | Day 6 | :star : | :sad: |
16+ | Day 6 | :star : | |
1717| Day 7 | :star : (45min) | :star : (33min) |
1818| Day 8 | :star : (20min) | :star : (16min) |
1919| Day 9 | :star : (1h51) | :star : (43min) |
@@ -33,6 +33,14 @@ Below is my current advancement in Advent of code:
3333| Day 23 | | |
3434| Day 24 | | |
3535
36+ ## Out of order fun moments
37+
38+ A collection of moments I want to remember.
39+
40+ ### When I finally saw the Christmas tree of day 14
41+
42+ ![ day 14 tree] ( ./assets/day14-tree.png )
43+
3644<details >
3745<summary >How to use this repo</summary >
3846
You can’t perform that action at this time.
0 commit comments