5 lines
75 B
Zig
5 lines
75 B
Zig
const std = @import("std");
|
|
comptime{
|
|
@compileLog(std.math.maxInt(u64));
|
|
}
|