Skip to content

Commit

Permalink
chore: change module name
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-conde committed Dec 2, 2024
1 parent e470e09 commit 05cfc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2024/mix.exs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
defmodule Advent.MixProject do
defmodule MixProject do
use Mix.Project

def project do
[
app: :aoc_2024,
app: :aoc2024,
version: "0.1.0",
elixir: "~> 1.17.3",
deps: deps(),
Expand Down

0 comments on commit 05cfc25

Please sign in to comment.