Login
7 branches 0 tags
Ben (X13/Arch) Fixed benchmark script a45156b 2 years ago 1056 Commits
nujel / tests / bmp.nuj
#!/usr/bin/env nujel
(image/save! (image/test) "test.bmp")

(defn min-tmp (a b) (if (< a b) a b))