Add examples info

This commit is contained in:
Ethan Girouard 2024-12-11 17:46:49 -05:00
parent bd7f614d23
commit 1d91d7a39d
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -1,6 +1,9 @@
# Windows12 # Windows12
A C-like compiled programming language implemented in Haskell. A C-like compiled programming language implemented in Haskell.
## Examples
Example programs can be found in the `test` directory.
## Usage ## Usage
Note: You must have version 9.0 of the Haskell compiler GHC installed. Otherwise Note: You must have version 9.0 of the Haskell compiler GHC installed. Otherwise
Cabal will not be able to obtain the necessary dependencies. Cabal will not be able to obtain the necessary dependencies.