This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
maya
/
AdventOfCode
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100
Commits
1
Branch
0
Tags
30 MiB
Python
97.7%
Prolog
2.2%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
AdventOfCode
/
2024
/
day24
/
example
10 lines
99 B
Raw
Permalink
Blame
History
x00: 1
x01: 1
x02: 1
y00: 0
y01: 1
y02: 0
x00 AND y00 -> z00
x01 XOR y01 -> z01
x02 OR y02 -> z02
Reference in new issue