From c6de98aeff550999ec2a4cadbddd0efaeec5f4cf Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 22 Oct 2024 23:40:53 +0800 Subject: [PATCH] Add a basic readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..32f8679 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# The Julia Developer's Guide + +This is a guide on contributing to the Julia language and standard library. + + +> [!WARNING] +> This is actively under construction, it currently has large incomplete sections. +> Feel free to suggest additions and modifications.