The program
Given a number, program must return the alphabet letter correspondent.
Rules
- The challenge here is to make it as short as possible, everyone knows it is a very easy program to do.
- The number is not zero-based, it means
1isA,2isB,3isCand so it goes... - Any language will be accepted.