Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Jan 5, 2025
1 parent 898b260 commit 5475555
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ See the [examples](./examples/) and [tests](./tests/) directories for more examp
or read [the Jou tutorial](./doc/tutorial.md).

For now, Jou is great for writing small programs that don't have a lot of dependencies.
For example, I solved all problems of [Advent of Code 2023](https://adventofcode.com/2023/) in Jou,
and I'm currently working on Advent of Code 2024.
See [examples/aoc2023](./examples/aoc2023/)
and [examples/aoc2024](./examples/aoc2024/) for the code.
For example, I solved all problems of
[Advent of Code 2023](https://adventofcode.com/2023/) and
[Advent of Code 2024](https://adventofcode.com/2024/) with Jou. See
[examples/aoc2023](./examples/aoc2023/) and
[examples/aoc2024](./examples/aoc2024/) for the code.

I think Jou will be useful for two kinds of people:
- People who find C programming fun but like Python's syntax
Expand Down

0 comments on commit 5475555

Please sign in to comment.