var to const when posssible

This commit is contained in:
lording 2023-06-22 09:41:41 +00:00
parent 1b1d6b020b
commit 533c8e217d
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