Update water-towers.md

This commit is contained in:
Sigilante 2023-06-27 17:03:31 -05:00 committed by GitHub
parent 9535b17c05
commit dd6ffdc6fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,11 +88,11 @@ Following a principle of test-driven development, we compose a series of tests w
## 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
_By ~dannul-bortux. A model for literate programming._
_By ~dannul-bortux. A model for literate programming in Hoon._
```
::
@ -260,7 +260,7 @@ _By ~dannul-bortux. A model for literate programming._
### Solution #2
_By ~racfer-hattes. Short and elegant. Also the speed winner, clocking in at an incredible 29 minutes._
_By ~racfer-hattes. A short and elegant solution._
```
=>
@ -378,4 +378,4 @@ $(x +(x))
==
::
--
```
```