Login
7 branches 0 tags
Ben (X13/Arch) Fixed some 32-bit warnings/errors e435afd 2 years ago 1095 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))