2 lines
129 B
Groovy
2 lines
129 B
Groovy
println "word size: ${System.getProperty('sun.arch.data.model')}"
|
|
println "endianness: ${System.getProperty('sun.cpu.endian')}"
|