GKUEBRHY6X37UIP63RGOPC4TT2G5RUTXQSWSGABXAJHY5GYCKU5AC
fn getLast(allocator: std.mem.Allocator, input: Str, limit: usize) !usize {
var spoken = std.AutoHashMap(usize, usize).init(allocator);
fn getLast(allocator: std.mem.Allocator, input: Str, limit: usize, comptime ItemType: anytype) !usize {
var spoken = std.ArrayList(ItemType).init(allocator);