#Need help in high scores in web assembly

5 messages · Page 1 of 1 (latest)

graceful sapphire
#

Need help in high scores in web assembly

wooden archBOT
#

How you ask questions makes a huge difference in the help we can provide. Learn how to write good support requests in this article: http://bit.ly/howto-ask

tall wind
#

You should be able to copy/paste the code here. Please wrap code in a codeblock.

wooden archBOT
#

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

tall wind
#

Which exercise is this for? Which test?