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.
I'm getting the following error in Lua - the 'same' function requires a minimum of 2 arguments, got: 1
Any suggestions?
Thanks
I'm doing the Lua translation and getting the following error - the 'same' function requires a minimum of 2 arguments, got: 1.
What am I missing?
I'm doing this in Lua and new to it, but getting the error - 'same' function requires a minimum of 2 arguments, got: 1
What am I missing?
Ah, yes, I hadn't accounted for there already been somebody at the till. Cheers
Can this be explained please?
It just logs - src/Solution.cs(6,24): error CS0161: 'LoveDetector.lovefunc(int, int)': not all code paths return a value
I added Console.WriteLine inside the curly brace. Is that correct? cheers
I'm new to C#,can anyone advise me one how to print variable values to the console please, like using console.log() in Javascript. I've tried Console.WriteLine(flower1) however,it doesn't print to the console.
Thanks
Getting Error occurred in test script './test.ps1' when trying Powershell,any suggestions? thanks