RosettaCodeData/Task/Vigen-re-cipher/Zig/vigen-re-cipher-1.zig

3 lines
65 B
Zig
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
const std = @import("std");
const Allocator = std.mem.Allocator;