mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
5 lines
90 B
Python
5 lines
90 B
Python
|
from __future__ import print_function
|
||
|
import sys
|
||
|
# "little" or "big"
|
||
|
print(sys.byteorder)
|