Back to General discussions forum
Hello there !
When submitting my programm, I get the following message (in better english than mine) :
'we got a wrong answer with 13'
Running my programm on the server with '13', I get :
01 02 Fizz 04 Buzz Fizz 07 08 Fizz Buzz 11 Fizz 13
all isn't it correct ?
Hi,
It says "every element should be followed by single space", but in your code I can see
stringF: db 'Fizz' 13 10 0
so it may be objecting to the 13 & 10.
Thanks, it seems I misinterpreted the 'hello, wolrd !' example.