Login
7 branches 0 tags
Ben (X13/Arch) Revert "Moved module tests into testsuite" 476490b 2 years ago 1148 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))