1 kyu
Multi Line Task∞: Hello World
1,544Voile
Loading description...
Restricted
Puzzles
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.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This was actually so much fun, thanks!
This comment has been hidden.
;-)
Most entertainig part was to write a script that generates the solution
The first line provided is: f=_=>
Does this violate the only-one-char-per-line rule or is it an exception?
That violates the rule, hence not allowed.
ok, I'll give up, this is to hard for me :/
This comment has been hidden.
Fixed both ;-)
Too easy for kyu 1 or 2, take around half hour to undestand direction, and another hour to write. kyu 4 katas takes more.) Still interesting, thanks for experience:)
hey guys can someone tell me whats wrong with my code , i have been trying this kata for a few time and i dont know what else
This comment has been hidden.
This comment has been hidden.
Good one, but should be a 2kyu kata.
This kata took me for 3 days. It's perfect. 99.
Quite interesting kata ^^
Epic kata.
I'd like to author a similar Kata (with limitations on line length and/or characters), but I cannot figure out how to view the solution's text in the test cases.
In your tests you have
usercode
. Where does that come from?This comment has been hidden.
I do not have permission to Edit your Kata. How am I able to view your
Preloaded
code?You can fork an existing solution to see the whole setup.
Thanks for the help. I had never noticed the fork link before. I've created https://www.codewars.com/kata/59ee2671233243fd2c000168 based on your Multi Line Task katas. Hopefully it makes you throw up in your mouth a little bit.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
This comment has been hidden.
Approved
Voile, the poison of CodeWars
This was a nice challenge. 102 lines is the most I can do though, perhaps someone can shave a couple more off that.
This comment has been hidden.
You're right, I'll rerate it to 2kyu.
Apparently the solution can be cut down to
99
lines.I'm merciful enough to not tighten the limit to exactly that, though. We shouldn't require the effort of all CW users just to solve one kata.
Clever. Not my cup of tea, but very clever.
Also, you are a monster. :P
Perhaps more of an
alien
;-)This is the natural continuation of that notorious golf kata. It's a brick wall just like the last kata, but
10 feet higher
:PThis comment has been hidden.
Next challenge a Multi Lines Task with no more than 0 char by line !
; ) )
Sure, if CW provides Stuck as one of the available languages ;-)
(I'm not aware of an language that uses only newline, though Unary uses only the character
0
. Maybe if someone creates a variant that replaces0
with newlines? ;-))