mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-04 01:13:30 +02: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