hex logo Hex
Packages Pricing Docs
Log In
Packages Pricing Docs Log In
Packages

aoc

0.2.0
0.16.4 0.16.3 0.16.2 0.16.1 0.16.0 0.15.0 0.14.0 0.13.2 0.13.1 0.13.0 0.12.0 0.11.5 0.11.4 0.11.3 0.11.0 0.10.0 0.9.0 0.7.0 0.6.0 0.5.0 0.4.0 0.3.0 0.2.0 0.1.0

A small framework to solve Advent of Code problems in Elixir

HexDocs

Current section

Files

Jump to
Readme
24 Versions
3 Dependencies
Dependants
Files
Activity
Readme 24 Versions 3 Dependencies Dependants Files Activity
aoc priv input 2020 day-10.inp
Raw

52 files

  • lib
    • aoc
      • api.ex
      • cli.ex
      • grid.ex
      • input.ex
      • mod.ex
    • mix
      • tasks
        • aoc.create.ex
        • aoc.fetch.ex
        • aoc.open.ex
        • aoc.run.ex
        • aoc.set.ex
        • aoc.test.ex
    • aoc.ex
  • priv
    • input
      • 2019
        • day-22.inp
      • 2020
        • day-1.inp
        • day-10.inp
        • day-11.inp
        • day-12.inp
        • day-13.inp
        • day-14.inp
        • day-15.inp
        • day-16.inp
        • day-17.inp
        • day-18.inp
        • day-19.inp
        • day-2.inp
        • day-20.inp
        • day-21.inp
        • day-22.inp
        • day-23.inp
        • day-24.inp
        • day-25.inp
        • day-3.inp
        • day-4.inp
        • day-5.inp
        • day-6.inp
        • day-7.inp
        • day-8.inp
        • day-9.inp
      • 2021
        • day-16.inp
        • day-18.inp
        • day-21.inp
        • day-22.inp
      • 2022
        • day-11.inp
        • day-13.inp
        • day-16.inp
        • day-17.inp
        • day-25.inp
      • 2023
        • day-1.inp
  • .formatter.exs
  • LICENSE.md
  • README.md
  • mix.exs

    No matching files

    Package files

      No matching files

      priv/input/2020/day-10.inp

      35
      111
      135
      32
      150
      5
      106
      154
      41
      7
      27
      117
      109
      63
      64
      21
      138
      98
      40
      71
      144
      13
      66
      48
      12
      55
      119
      103
      54
      78
      65
      112
      39
      128
      53
      140
      77
      34
      28
      81
      151
      125
      85
      124
      2
      99
      131
      59
      60
      6
      94
      33
      42
      93
      14
      141
      92
      38
      104
      9
      29
      100
      52
      19
      147
      49
      74
      70
      84
      113
      120
      91
      97
      17
      45
      139
      90
      116
      149
      129
      87
      69
      20
      24
      148
      18
      58
      123
      76
      118
      130
      132
      75
      110
      105
      1
      8
      86
      hex logo Hex
      About Blog Sponsors Status Advisories
      Documentation FAQ Specifications Report Client Issue Report General Issue Report Security Issue Contact Support
      Code of Conduct Terms of Service Privacy Policy Copyright Policy Dispute Policy

      Copyright 2015. Six Colors AB.

      Powered by the Erlang VM and the Elixir Programming Language

      Search filters

      Type any of these into the search box. They can be combined with free text which searches package names and descriptions.

      Operator Description Example
      name: Match package name. Supports * wildcards and repo/package form name:phx* or name:hexpm/phoenix
      description: Full-text search of package descriptions description:auth
      depends: Packages depending on a given package. Supports repo:package form depends:ecto or depends:hexpm:ecto
      build_tool: Filter by build tool build_tool:mix
      updated_after: Packages updated after an ISO8601 datetime updated_after:2025-01-01T00:00:00Z
      extra: Match custom metadata (key,value). Nested keys are separated by commas extra:license,MIT

      Wrap values in double quotes to include spaces, e.g. name:"my package".