Skip to content

Latest commit

 

History

History

findThePosition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Find the position!

8 kyu link to kata
my solution

When provided with a letter, return its position in the alphabet.

Input :: "a"

Ouput :: "Position of alphabet: 1"