6 kyu
ASCII Fun #2: Funny Dots
502 of 1,504zruF
Loading description...
ASCII Art
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.
Good exercise to practice working with strings!
Nice!
I love condensing readable, organised code into a jarbled, hyper-efficient one-liner!
Try beating my record of 53 characters. (this includes "return")
Java translation
This comment has been hidden.
Please don't post solutions in the discourse. If you really must, then use the
spoiler
button.RISC-V translation Kumited - please accept :-D
Approved by someone
D translation
Approved by someone
This is nice Kata! :=)
C# translation
Approved, thanks! :)
.
Approved, thanks for your effort!
.
Applies to the C version.
I think the "test" and "attempt" cases are swapped around.
Currently the solution is staring at anyone wanting to do the kata :-)
i'm speechless 😳
fixed
that was so fun 👍🏽, nice.
nice kata!
C translation
Thx! :-)
Ruby 3.0 should be enabled.
fixed
Very funny to do this in one line! Thanks to the author.
Nice kata.
I think there is an issue (not with the kata, but with codewars) I have the following error when submitting :
Unexpected token { in JSON at position 1288332
, this seems to happen when you print out to much lines. Could you reduce the number of print calls to avoid this error ?Should not happen again after 4 years ~~
Cool kata! I enjoyed it =)
Upvoted, ranked, approved and translated into Python, Ruby and Crystal for you to approve. Cheers :)
Looks great! Many thanks. Cheers :)
Works very well! I'd suggest printing the width and height with the
print
function.Good Idea! I added it :)