diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-12-01 18:46:40 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-12-01 18:46:40 -0700 |
commit | 4959d7df0195657bd787b60dedf8b0935f9733e6 (patch) | |
tree | 9140d8cc32b29175a9eb3a9e308683eb54cd894c /README.md | |
parent | 7fd957642236b5b64972b4e3f66fe48feecb735b (diff) | |
download | aoc-4959d7df0195657bd787b60dedf8b0935f9733e6.tar.gz aoc-4959d7df0195657bd787b60dedf8b0935f9733e6.zip |
2022 day 10
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2af1e8 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +``` +bun install +source ./aoc +aoc +``` |