An open API service indexing awesome lists of open source software.

https://github.com/exercism/arm64-assembly

Exercism exercises in Arm64 Assembly.
https://github.com/exercism/arm64-assembly

exercism-track maintained

Last synced: about 1 month ago
JSON representation

Exercism exercises in Arm64 Assembly.

Awesome Lists containing this project

README

          

# Exercism ARM64 Assembly Track

Exercism exercises in ARM64 Assembly.

## Contributing

Please see the [contributing guide](https://exercism.org/docs/building).
If you wish to work on this track, please post in the [Exercism Community Forum](https://forum.exercism.org/) to discuss it with the team.

## Testing

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`