mirror of
https://github.com/thegeneralist01/aoc
synced 2026-03-07 10:59:54 +01:00
day 2
This commit is contained in:
parent
1af45ecf4d
commit
3bc161f9b8
6 changed files with 2182 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ pub fn main() !void {
|
|||
|
||||
try left.append(first);
|
||||
try right.append(second);
|
||||
|
||||
// std.debug.print("Integers are '{}' and '{}' of types {} and {}\n", .{ first, second, @TypeOf(first), @TypeOf(second) });
|
||||
}
|
||||
|
||||
std.mem.sort(u32, left.items, {}, comptime std.sort.asc(u32));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue