Compare commits

...

1 Commits

Author SHA1 Message Date
1d91d7a39d
Add examples info 2024-12-11 17:46:49 -05:00

View File

@ -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.