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.
- Host: GitHub
- URL: https://github.com/exercism/arm64-assembly
- Owner: exercism
- License: mit
- Created: 2019-11-18T17:53:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-04-21T07:50:14.000Z (about 2 months ago)
- Last Synced: 2026-04-21T09:41:00.313Z (about 2 months ago)
- Topics: exercism-track, maintained
- Language: C
- Homepage: https://exercism.org/tracks/arm64-assembly
- Size: 560 KB
- Stars: 11
- Watchers: 9
- Forks: 8
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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`