From 1d91d7a39dbc68a5a84c1b6ed0de077c09793426 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Wed, 11 Dec 2024 17:46:49 -0500 Subject: [PATCH] Add examples info --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1a511fe..8cd48c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Windows12 A C-like compiled programming language implemented in Haskell. +## Examples +Example programs can be found in the `test` directory. + ## Usage Note: You must have version 9.0 of the Haskell compiler GHC installed. Otherwise Cabal will not be able to obtain the necessary dependencies.