mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05:00
oops, left in old note
This commit is contained in:
parent
077a779f3d
commit
594a5c0f47
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue