Skip to content

Commit

Permalink
cleanup and remove inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
TanklesXL committed Nov 25, 2024
1 parent 8d543fa commit 83f44ad
Show file tree
Hide file tree
Showing 42 changed files with 45 additions and 21,374 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
build
erl_crash.dump
input/*/*.example.txt
input/
5 changes: 3 additions & 2 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "advent_of_code"
name = "aoc"
version = "0.1.0"
gleam = "~> 1.4"

Expand All @@ -13,9 +13,10 @@ gleam = "~> 1.4"
[dependencies]
gleam_stdlib = "~> 0.39"
gleam_json = "~> 2.0"
gladvent = "~> 2.0"
gleam_yielder = ">= 1.0.0 and < 2.0.0"

[dev-dependencies]
gladvent = "~> 1.0"
gleeunit = ">= 1.2.0 and < 2.0.0"

[gladvent.2020]
Expand Down
200 changes: 0 additions & 200 deletions input/2020/1.txt

This file was deleted.

92 changes: 0 additions & 92 deletions input/2020/10.txt

This file was deleted.

Loading

0 comments on commit 83f44ad

Please sign in to comment.