Skip to content

Latest commit

 

History

History

015-endianness

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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