2 lines
130 B
Clojure
2 lines
130 B
Clojure
(println "word size: " (System/getProperty "sun.arch.data.model"))
|
|
(println "endianness: " (System/getProperty "sun.cpu.endian"))
|