andrewcwhy/MySPIM
No description provided.
To build the program, run:
zig build
To run the program, use:
zig build run -- tests/input.asc
Delete the Local Tag:
git tag -d v0.1.0
(Optional) Delete the Remote Tag:
git push -d origin v0.1.0
Re-create the Tag and Push:
git tag v0.1.0
git push origin v0.1.0