clojure-uebungen/Assignment_001/solution/readme.md

6 lines
77 B
Markdown
Raw Normal View History

2024-03-11 10:34:40 +01:00
# Lösung: Prefix-Notation
2024-03-11 10:32:49 +01:00
```clojure
(- (* (/ 42 (+ (* 3 3) 3)) 4) 11)
```