From 47581386655bc491ea1fca83924618e203eefcf4 Mon Sep 17 00:00:00 2001 From: Luca Conte Date: Thu, 27 Oct 2022 18:17:30 +0200 Subject: [PATCH] fix u6 typo --- u06/seq.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/u06/seq.txt b/u06/seq.txt index f44bbe5..d53697f 100644 --- a/u06/seq.txt +++ b/u06/seq.txt @@ -2,4 +2,4 @@ a::2*count b::7*count-1 c::90-count*10 d::count*count -e::counter*counter + counter + 2 +e::count*count + count + 2