2 kyu
Multi Line Task: Hello World (Without Letters)
Loading description...
Puzzles
Games
Restricted
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
This comment has been hidden.
After this kata, you will feel an overwhelming sense of gratitude for having permit to type the letters of the alphabet.
Does this kata require any specific node.js functionality?
Nothing node.js specific, but an awful lot of js specific
This comment has been hidden.
This was probably the hardest hello world one I attempted (voile's multi-line ones were a bit better). Entire days worth of coding later and finally whittled it down to 477 (im sure I can golf off a few more bytes but honestly at this point, im beyond beat)
Half an hour later (and some food later) : I just realised I can golf approx 20 more lines (oh well, wont be doing that any time soon)
I did it in 628. Then I realized there were free letters from the get-go. DandDangDang!
https://www.codewars.com/kata/reviews/59ee267a941928c335001dc6/groups/60ac7fd8fcb049000124fd74
Handled.
Pretty satisfying kata. Managed to get under 500 lines, so pretty happy with that. One letter in particular had me stuck for quite a while.
A devilish kata, but finally got it after many hours!
Learned so many things...
Amazing kata! I spent two days for solve this. At finally, I did it in 550 lines :)
There's a recent spate of cheating solutions which pass the test cases by breaking them (replacing
require()
). That violates the description and the spirit of this Kata.Handled. (If you're around and can find another solution of same class, please raise an issue)
This comment has been hidden.
That one is way harder than
Multi Line Task∞: Hello World
for me. Take me awhile to slove it.This comment has been hidden.
Amazing kata, spent my whole day researching this. Finally did it in 696 lines :D
Hats off! I found this one quite challenging!
This comment has been hidden.
Done. Thanks for the heads up.
Both the description and the test expect total number of lines to be
700
or less but the test block saysshould not exceed 750 lines
.Good catch. Fixed.
This comment has been hidden.
What is a
symbol
?Does non-letters and Unicode characters in general count?
I've added a bit of clarification to the details of the kata.
Seriously, CW really needs to fold long answers automatically
agreeing fully