mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-07 08:14:47 +00:00
Update 005_arrays2.zig
ex005 was too to
This commit is contained in:
parent
8923b3f4a9
commit
0ee4750b74
@ -23,7 +23,7 @@ pub fn main() void {
|
||||
const leet = ???;
|
||||
|
||||
// (Problem 2)
|
||||
// Please set this array to using repetition.
|
||||
// Please set this array using repetition.
|
||||
// It should result in: 1 0 0 1 1 0 0 1 1 0 0 1
|
||||
const bit_pattern = [_]u8{ ??? } ** 3;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user