var to const when posssible

This commit is contained in:
lording
2023-06-22 09:41:41 +00:00
parent f09a87c348
commit d2d3dfa277
16 changed files with 27 additions and 27 deletions

View File

@@ -18,7 +18,7 @@
const print = @import("std").debug.print;
pub fn main() void {
var zig = [_]u8{
const zig = [_]u8{
0o131, // octal
0b1101000, // binary
0x66, // hex