Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 182 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 182 Bytes

Downcase

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

Example

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