oops, left in old note

This commit is contained in:
Dave Gauer 2021-02-28 11:27:13 -05:00
parent 88a6ae6d28
commit 4bdcad60c6

View file

@ -5,7 +5,7 @@
// linked to the first elephant. This is because we had NO CONCEPT
// of a tail that didn't point to another elephant!
//
const std = @import("std"); // single quotes
const std = @import("std");
const Elephant = struct {
letter: u8,