const std = @import("std"); pub fn print_test(sender: []const u8) void { std.log.debug("Message from {s}", .{ sender }); }