Skip to content

Files

Latest commit

9987a3c · Mar 6, 2018

History

History

015-endianness

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 6, 2018
Mar 6, 2018
Mar 6, 2018

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