From 63af4d017a3953c66b93bb7c9664d1632b4291d8 Mon Sep 17 00:00:00 2001 From: Akuli Date: Thu, 26 Dec 2024 02:00:07 +0200 Subject: [PATCH] Recommend reading examples in tutorial.md --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial.md b/doc/tutorial.md index f4d1a635..f8395567 100644 --- a/doc/tutorial.md +++ b/doc/tutorial.md @@ -656,6 +656,6 @@ def main() -> int: To learn more about Jou, I recommend: - reading other documentation files in the [doc](../doc/) folder -- reading files in [stdlib/](../stdlib/) +- reading files in [stdlib/](../stdlib/) and [examples/](../examples/) - writing small Jou programs (e.g. [Advent of Code](https://adventofcode.com/)) - browsing Jou's issues on GitHub and fixing some of them :)