Skip to content

Files

Latest commit

 

History

History

ex01-downcase

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Downcase

Implement function that returns the string in lower case.(without using strings package)

Example

input: "Hello World" expected: "hello world"