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: ```