Compare commits
2 commits
0eeca85635
...
98ec8346a2
| Author | SHA1 | Date | |
|---|---|---|---|
| 98ec8346a2 | |||
| 492a31a891 |
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub const title = "Day 02";
|
||||
pub const title = "Day 02: Gift Shop";
|
||||
|
||||
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