const std = @import("std"); comptime{ @compileLog(std.math.maxInt(u64)); }