mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 14:03:10 -05:00
fix repeat target
This commit is contained in:
parent
9b54ba79a0
commit
35ac0745a7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue