clojure-uebungen/Assignment_001/solution/readme.md

6 lines
77 B
Markdown

# Lösung: Prefix-Notation
```clojure
(- (* (/ 42 (+ (* 3 3) 3)) 4) 11)
```