Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode committed Nov 2, 2024
1 parent eb7ae48 commit b9c389a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Exercism ARM64 Assembly Track

## Status
Exercism exercises in ARM64 Assembly.

Some work has been done to configure this track.
It has only one exercise (`hello-world`).
## Contributing

If you wish to work on this track, please post in the [Exercism Community Forum](https://forum.exercism.org/c/exercism/building-exercism/125) to discuss it with the team.
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 `./bin/verify-exercises`.
This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests.

0 comments on commit b9c389a

Please sign in to comment.