try linking to folders in readme

This commit is contained in:
2025-12-03 11:52:27 -08:00
parent 06a1c2ff51
commit dabc82ff1a

View File

@@ -13,10 +13,10 @@ has a dropdown with some sample code, including `newt` itself.
## Sample code ## Sample code
- `src` contains a copy of newt written in newt - [`src`](src) contains a copy of newt written in newt
- `newt` contains miscellaneous samples - [`playground/samples`](playground/samples) contains miscellaneous samples from the web playground
- `aoc2024` contains solutions for 2024 Advent of Code in newt - [`aoc2024`](aoc2024) contains solutions for 2024 Advent of Code in newt
- `tests` contains test cases - [`tests`](tests) contains test cases
## Building ## Building