8 kyu
Return the day
12,842 of 27,792haithhawk
Loading description...
Fundamentals
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.
UPDATED GROOVY TRANSLATION
Changes:
Groovy Translation
This comment has been hidden.
Lua translation !
hello could someone please guide me I solved the problem in netbeans but when I paste my code in the page it sends me errors.
"My solution does not work" is not a kata issue.
Please see this paragraph of documentation: https://docs.codewars.com/training/training-example#writing-a-solution
Scala translation
Approved
CoffeeScript translation
This comment has been hidden.
Because your regular expression is wrong. Not a kata issue.
Golang translation ready, please approve :-) https://www.codewars.com/kumite/63bb2780a78e05001708b140?sel=63bb2780a78e05001708b140
This comment has been hidden.
hate parenthesis
try to remove the break; in java, break after return resulting in error. I see you use javascript, might be the same.
c++ translation https://www.codewars.com/kumite/635a8884bafe03ebbf3e166c?sel=635a8884bafe03ebbf3e166c
Java translation ready :) https://www.codewars.com/kumite/63494f3ee3e5b5126c8bffa7?sel=63494f3ee3e5b5126c8bffa7
approved
C# translation ready! Please review and approve.
approved
Great entry level problem to solve, there should be more of these here
This comment has been hidden.
Ruby 3.0 should be enabled, read this to learn how to do it
Please organize the structure of test fixture as following (although it has been mentioned in the attached link, I'm repeated here again)
Enabled in this fork
Good job!
pretty easy
This comment has been hidden.
Looks like u alr submitted ur solution so closing`~
Please, NASM Translation
why did I pass all tests and can submit final code, but on next page it says I cannot see other people solutions until I have completed the problem? I have solved it in Javascript, and checked for soloutions in Javascript, but other people Javascript solutions are hidden to me. What is the cause of this?
Not an issue. This is a CW problem.
Same thing here
This comment has been hidden.
Don't print the result, rather return it!
C translation kumited
please scrutinize for approval!
Approved.
Could you approve my Ruby translation? (see below) I hope there will be no description conflict...
Ruby translation kumited -- please review and approve!
(author is inactive, power users are welcome)
Approved
looks good works fine
cheers
This comment has been hidden.
Python translation
Please review and approve.
approved some time ago
Approved
Needs random tests :)
Added
In the description:
"Wrong, please write a number between 1 and 7"
,write
should beenter
.