Working on 2021 day 24

This commit is contained in:
2021-12-27 07:19:19 -06:00
parent a2e868bba2
commit 4e315c79a4
5 changed files with 489 additions and 0 deletions

11
2021/day24/binconvert Normal file
View File

@@ -0,0 +1,11 @@
inp w
add z w
mod z 2
div w 2
add y w
mod y 2
div w 2
add x w
mod x 2
div w 2
mod w 2