-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eb7ae48
commit b9c389a
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |