Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
hamiknk: that's for Go, while Khath1d3 used C#.
you can debug test cases with next lines
func QueueTime(customers []int, n int) int {
...
This comment is hidden because it contains spoiler information about the solution
You used
Issue
label, that's reserved for problems with the kata itself. UseQuestion
if you want to use a label for cases like this. And I already told you how to print the input to help you debug your code. You can also provide your code following this guideline: https://docs.codewars.com/training/troubleshooting/#post-discourseA problem with your code is not a kata issue. Please read this about how to print the input and debug your code: https://docs.codewars.com/training/troubleshooting/#print-input
That's what it says in the description, it doesn't say "return the single digit".