RosettaCodeData/Task/Vigen-re-cipher/Zig/vigen-re-cipher-1.zig
2023-07-01 13:44:08 -04:00

2 lines
65 B
Zig

const std = @import("std");
const Allocator = std.mem.Allocator;