Skip to content

Commit

Permalink
Update README.md (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktanaka101 authored Nov 4, 2024
1 parent 96c6e8e commit ca6c030
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Monkey is written in Go in the book, but in this repository it is written in

## Using Zig Version

Zig: v0.9.1
Zig: v0.13.0

## Supports

Expand Down Expand Up @@ -71,6 +71,12 @@ let fibonacci = fn(x) {
fibonacci(15); #=> 610
```
### Run tests
```sh
$ zig build test --summary all
```
## Contributors
- [ktanaka101](https://github.com/ktanaka101) - creator, maintainer
Expand Down

0 comments on commit ca6c030

Please sign in to comment.