Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 559 Bytes

File metadata and controls

21 lines (11 loc) · 559 Bytes
  • Completed at: 2023-10-05T21:57:59.392Z

  • Completed languages: javascript

  • Tags: Restricted

  • Rank: 2 kyu

Description

You need to write a function f that returns the string Hello, world!.

Requirement: Every line must have at most 2 characters, and total number of lines must be less than 40.

Hint: It's possible to complete this in 28 lines only.


(Even) harder verion: https://www.codewars.com/kata/59a421985eb5d4bb41000031