Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 391 Bytes

File metadata and controls

22 lines (17 loc) · 391 Bytes

Endianness

Challenge Description:

Write a program which prints the endianness of the system.

Input sample:

There is no input for this program.

Output sample:

Print to stdout the endianness, wheather it is LittleEndian or BigEndian.

For example:

BigEndian