Update abc-blocks.md

This commit is contained in:
Sigilante 2023-06-27 17:01:40 -05:00 committed by GitHub
parent b1f3da4156
commit 8d2e4d5309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
+++ +++
title = "ABC Blocks" title = "ABC Blocks"
weight = 48 weight = 11
+++ +++
## Challenge: ABC Blocks ## Challenge: ABC Blocks
@ -178,11 +178,11 @@ Following a principle of test-driven development, we compose a series of tests w
## Solutions ## Solutions
_These solutions were submitted by the Urbit community as part of a competition in ~2023.6. They are made available under the GNU License. We ask you to acknowledge authorship should you utilize these elsewhere._ _These solutions were submitted by the Urbit community as part of a competition in ~2023.6. They are made available under the MIT license and CC0. We ask you to acknowledge authorship should you utilize these elsewhere._
### Solution #1 ### Solution #1
_By ~dozreg-toplud. In the process, he found and fixed a bug in the implementation of ++curr._ _By ~dozreg-toplud. In the process, he found and fixed a bug in the implementation of `++curr`._
``` ```
:: +abc-blocks: a solution to the HSL challenge #2 :: +abc-blocks: a solution to the HSL challenge #2
@ -571,4 +571,4 @@ _By ~dannul-bortux_
:: blocks :: blocks
:: %.n :: %.n
-- --
``` ```