Compare commits
No commits in common. "98ec8346a25a1cb33ffb2503fcad55a0020042f1" and "0eeca85635cb1d2cf4c07480194502f573de0eee" have entirely different histories.
98ec8346a2
...
0eeca85635
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub const title = "Day 02: Gift Shop";
|
||||
pub const title = "Day 02";
|
||||
|
||||
pub fn run(_: std.mem.Allocator) !void {
|
||||
const input = std.mem.trim(u8, @embedFile("./input/day02.txt"), &std.ascii.whitespace);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue