Update 005_arrays2.zig

ex005 was too to
This commit is contained in:
Dave Gauer 2021-03-18 18:46:44 -04:00 committed by GitHub
parent 4fdaab7f84
commit 620e506f7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;