Didn't use Bitwise in the end

This commit is contained in:
Adam Millerchip 2020-12-05 22:33:50 +09:00
parent 0cbf16ad5e
commit ae2e69fb8e
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,4 @@
defmodule Day5Part1 do
use Bitwise
def run do
File.stream!("input")
|> Stream.map(&seat_id/1)

View File

@ -1,6 +1,4 @@
defmodule Day5Part2 do
use Bitwise
def run do
File.stream!("input")
|> Stream.map(&seat_id/1)