mirror of
https://codeberg.org/ziglings/exercises.git
synced 2026-06-12 01:49:59 +00:00
oops, left in old note
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
// linked to the first elephant. This is because we had NO CONCEPT
|
// linked to the first elephant. This is because we had NO CONCEPT
|
||||||
// of a tail that didn't point to another elephant!
|
// of a tail that didn't point to another elephant!
|
||||||
//
|
//
|
||||||
const std = @import("std"); // single quotes
|
const std = @import("std");
|
||||||
|
|
||||||
const Elephant = struct {
|
const Elephant = struct {
|
||||||
letter: u8,
|
letter: u8,
|
||||||
|
|||||||
Reference in New Issue
Block a user