From 00758f27eccad0de7872f1a750fefe11dab79e7f Mon Sep 17 00:00:00 2001 From: john doe Date: Tue, 24 Sep 2019 14:51:59 -0700 Subject: [PATCH] V0.9.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20d1662..eb6e038 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ My computer programming language made with LEX/YACC written in C. (interpreted) * Moved heads of linked lists/hashmaps to headerfiles -# Making a program. +# Example Program. Everything in this language is based around "Structs". These are not the regular structs that are in C. To make a hello world program it would look like this: ```