clojure-uebungen/Assignment_001/solution/readme.md

7 lines
188 B
Markdown
Raw Normal View History

2024-03-11 10:32:49 +01:00
# Lösung: 01_basics/01_prefix.md
<div style="border: 1px solid grey;"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>
```clojure
(- (* (/ 42 (+ (* 3 3) 3)) 4) 11)
```