Exercism exercises in ARM64 Assembly.
Please see the contributing guide. If you wish to work on this track, please post in the Exercism Community Forum to discuss it with the team.
To test the exercises, run make
in the root directory.
This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests.
You can also run a specific exercise by passing its slug, e.g., make hello-world