diff options
author | Starfall <us@starfall.systems> | 2023-12-05 12:22:10 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-12-05 12:25:49 -0600 |
commit | cfda64d4e0ac69eac5fcc3898f126d3b505b8426 (patch) | |
tree | 101920c07da59da4802d73c9906885efa1f996a5 /aoc2023/.gitignore | |
parent | 90058697439ee3f048f0f42b61ca5ea677e9b5cc (diff) |
aoc2023: day 1 solution
Diffstat (limited to 'aoc2023/.gitignore')
-rw-r--r-- | aoc2023/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/aoc2023/.gitignore b/aoc2023/.gitignore new file mode 100644 index 0000000..803c801 --- /dev/null +++ b/aoc2023/.gitignore @@ -0,0 +1,5 @@ +# IntelliJ +.idea + +# output +target/ |