From 88f88f02d8a4549584720e86c634d71959db5990 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Thu, 6 May 2021 20:32:36 -0400 Subject: add ex076 sentinels --- patches/patches/076_sentinels.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 patches/patches/076_sentinels.patch (limited to 'patches') diff --git a/patches/patches/076_sentinels.patch b/patches/patches/076_sentinels.patch new file mode 100644 index 0000000..52a5424 --- /dev/null +++ b/patches/patches/076_sentinels.patch @@ -0,0 +1,8 @@ +82c82 +< for (???) |s| { +--- +> for (my_seq) |s| { +94c94 +< while (??? != my_sentinel) { +--- +> while (my_seq[i] != my_sentinel) { -- cgit v1.2.3-ZIG