Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ludusrusso/zignn
https://github.com/ludusrusso/zignn
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ludusrusso/zignn
- Owner: ludusrusso
- Created: 2024-06-08T15:00:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-08T15:02:47.000Z (7 months ago)
- Last Synced: 2024-06-08T16:24:26.702Z (7 months ago)
- Language: Zig
- Size: 2.06 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Example output
`zig run main.zig`
```
info: 2 -> 4
info: 3 -> 7
info: 4 -> 6
info: 5 -> 9
info: 6 -> 9
info: 7 -> 7
info: 8 -> 7
info: 9 -> 7
info: 0 -> 7
info: 1 -> 9
info: 2 -> 9
info: 3 -> 7
info: 4 -> 7
info: 5 -> 9
info: 6 -> 7
```