mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-09 16:39:58 +00:00
Apply zig fmt to exercises
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user