New_Folder/README.md

15 lines
201 B
Markdown

# New_Folder
a language where the source code is folders
## Building
this c project uses cmake build system
to build this project, do this:
```console
$ mkdir build
$ cd build
$ cmake ..
$ make
```