From c01dd470e194f547b84bcc8fb54d874181571f35 Mon Sep 17 00:00:00 2001 From: Maxwell Date: Mon, 25 Aug 2025 13:35:56 +1000 Subject: [PATCH] Update docs/writing-a-program.md --- docs/writing-a-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing-a-program.md b/docs/writing-a-program.md index db4aa4f..8f29036 100644 --- a/docs/writing-a-program.md +++ b/docs/writing-a-program.md @@ -1,4 +1,4 @@ -## Writing programs with Ground +## Writing programs with Ground (WORK IN PROGRESS GUIDE) Ground is a very easy language to learn. In this guide, you will learn how to write a simple calculator in Ground, as well as best practices (which there aren't many of, since Ground is so simple).