Merge pull request #24 from mz0/fix06

fix repeat target
This commit is contained in:
Dave Gauer 2021-02-16 18:25:58 -05:00 committed by GitHub
commit 62fc8f7139
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ pub fn main() void {
const d: u8 = ziggy[???];
// (Problem 2)
// Use the array repeat '**' operator to make "ha ha ha".
// Use the array repeat '**' operator to make "ha ha ha ".
const laugh = "ha " ???;
// (Problem 3)