From d66fdd5cae69d5403fb328e94ece035c48fd63fc Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 9 Oct 2025 09:31:19 -0700 Subject: [PATCH] more replacements --- src/main.zig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.zig b/src/main.zig index 3571c16..4973cbf 100644 --- a/src/main.zig +++ b/src/main.zig @@ -6,9 +6,12 @@ const word_replacements = std.StaticStringMap([]const u8).initComptime(.{ .{ "late", "light" }, .{ "lake", "light" }, .{ "like", "light" }, + .{ "life", "light" }, + .{ "another", "on the" }, .{ "better", "bedroom" }, .{ "my", "light" }, .{ "night", "light" }, + .{ "way", "light" }, .{ "me all", "emil" }, .{ "a meal", "emil" }, .{ "her", "turn" },