Login
7 branches 0 tags
Ben (X13/Arch) Optimized lua/php benchmark code e0aa6f2 2 years ago 1019 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))