Skip to content

Commit

Permalink
tiny cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 4, 2025
1 parent 5258356 commit 26bcad3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/aoc2024/day22/part2.jou
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import "stdlib/str.jou"
import "stdlib/mem.jou"


# TODO: belongs to stdlib
declare memcmp(a: void*, b: void*, n: long) -> int


def xor(a: long, b: long) -> long:
assert a >= 0
assert b >= 0
Expand Down

0 comments on commit 26bcad3

Please sign in to comment.