Didn't use Bitwise in the end
This commit is contained in:
parent
0cbf16ad5e
commit
ae2e69fb8e
2 changed files with 0 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
||||||
defmodule Day5Part1 do
|
defmodule Day5Part1 do
|
||||||
use Bitwise
|
|
||||||
|
|
||||||
def run do
|
def run do
|
||||||
File.stream!("input")
|
File.stream!("input")
|
||||||
|> Stream.map(&seat_id/1)
|
|> Stream.map(&seat_id/1)
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
defmodule Day5Part2 do
|
defmodule Day5Part2 do
|
||||||
use Bitwise
|
|
||||||
|
|
||||||
def run do
|
def run do
|
||||||
File.stream!("input")
|
File.stream!("input")
|
||||||
|> Stream.map(&seat_id/1)
|
|> Stream.map(&seat_id/1)
|
||||||
|
|
Loading…
Reference in a new issue