Ziglings exercises/005_arrays2
Ziggit
Ziglings exercises/005_arrays2
Hi There, A zig noob here. π Trying out ziglings, got this strange error on this exercise 005_arrays2.zig where I used the correct solution of array multiplier operation β**β but I still get a compilation failure. Compiling 005_arrays2.zig... Checking 005_arrays2.zig... exercises/005_arrays2.zig:29:50: error: binary operator '*' has whitespace on one side, but not the other const bit_pattern_unit = [_]u8{ 1, 0, 0, 1 } ** 3; ^ Z...
0 comments
No comments yet.