index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
misc
/
tendian.nim
blob: 91044f4d5c5addb61d25a32e4ce68ad1d2e6aed5 (
plain
) (
blame
)
1
2
3
# test the new endian magic
writeLine
(
stdout
,
repr
(
system
.
cpuEndian
))