fix repeat target

This commit is contained in:
Mark Zhitomirski 2021-02-16 23:36:33 +03:00
parent f0c50bc8c6
commit 35e00be944

View file

@ -22,7 +22,7 @@ pub fn main() void {
const d: u8 = ziggy[???]; const d: u8 = ziggy[???];
// (Problem 2) // (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 " ???; const laugh = "ha " ???;
// (Problem 3) // (Problem 3)