Update of exercises

master
Thomas Smits 2024-03-11 10:45:29 +01:00
parent 10261447c0
commit 71164dfe10
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
# Lösung: Prefix-Notation # Lösung: Prefix-Notation
<div style="border: 1px solid grey;"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br></div>
```clojure ```clojure
(- (* (/ 42 (+ (* 3 3) 3)) 4) 11) (- (* (/ 42 (+ (* 3 3) 3)) 4) 11)
``` ```