#C# Clock

6 messages · Page 1 of 1 (latest)

steel pasture
#

Unusual error message, I'm just not sure what the error is

supple terrace
#

Probably whitespace or similar

#

It would be helpful if you copy/pasted the text so we'd have text to look at. And if you shared the code. Both using a codeblock!

timber beaconBOT
#

Increase your chance of getting help and look like a pro by sharing codeblocks not images. For example, you can type the following. Note, the ``` must be on their own line.
```
for number in range(10):
total += number;
```
Discord will render that as so:

for number in range(10):
    total += number;

Click here to learn more about codeblocks, including how to indicate the programming language: https://exercism.org/docs/community/being-a-good-community-member/writing-support-requests and http://bit.ly/howto-ask

steel pasture
#
Assert.Equal() Failure: Values differ
Expected: 15:37
Actual:   15:37
#

That's just one, when I alter the whitespace it goes from 14 tests failed to 50 tests failed.