Update README.md

This commit is contained in:
Krzysztof Wolicki 2023-11-29 07:17:54 +00:00 committed by GitHub
parent b1584f91a2
commit d0fdfaaca7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
This repo provides a template for Advent of Code participants using Zig. It contains a main file for each day, a build.zig file set up with targets for each day, and Visual Studio Code files for debugging.
This template has been tested with Zig 0.10.0. It may not work with other versions.
This template has been tested with Zig `0.12.0-dev.1754+2a3226453`. It may not work with other versions.
## How to use this template: