From 58e34a283d1eec14581a6efed52b68e87865f931 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 16 Nov 2024 20:08:10 -0500 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7720922..3558d59 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # sforth -s forth \ No newline at end of file +sforth is an implementation of the forth programming language written in modern +C++. It aims to be small, portable, and efficient. +