Skip to content

Commit

Permalink
Format 2018/1
Browse files Browse the repository at this point in the history
  • Loading branch information
code-shoily committed Jun 29, 2024
1 parent 48185b5 commit 65e6c5f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/2018/day_01.ex
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
defmodule AdventOfCode.Y2018.Day01 do
@moduledoc """
--- Day 1: Chronal Calibration ---
Problem Link: https://adventofcode.com/2018/day/1
Difficulty: s
Tags: sequence set
--- Day 1: Chronal Calibration ---
Problem Link: https://adventofcode.com/2018/day/1
Difficulty: s
Tags: sequence set
"""
alias AdventOfCode.Helpers.{InputReader, Transformers}

Expand Down

0 comments on commit 65e6c5f

Please sign in to comment.