Apply zig fmt to exercises
This commit is contained in:
parent
e58f155bd6
commit
2f821bd5e8
37 changed files with 152 additions and 144 deletions
|
|
@ -4,13 +4,13 @@
|
|||
//
|
||||
// Are holding hands
|
||||
// By holding tails."
|
||||
//
|
||||
//
|
||||
// from Holding Hands
|
||||
// by Lenore M. Link
|
||||
//
|
||||
//
|
||||
const std = @import("std"); // single quotes
|
||||
|
||||
const Elephant = struct{
|
||||
const Elephant = struct {
|
||||
letter: u8,
|
||||
tail: *Elephant = undefined,
|
||||
visited: bool = false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue