forked from zig/exercises
commit
efdcfc70d4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user