a language where the source code is folder only
 
 
Go to file
GandalfPotter13 7f627f815d created folder tree, feeling it out 2023-10-05 10:00:39 -07:00
src created folder tree, feeling it out 2023-10-05 10:00:39 -07:00
CMakeLists.txt added cmake build system and updated readme and updated placeholder C code 2023-10-03 15:17:11 -07:00
README.md added cmake build system and updated readme and updated placeholder C code 2023-10-03 15:17:11 -07:00

README.md

New_Folder

a language where the source code is folders

Building

this c project uses cmake build system to build this project, do this:

$ mkdir build
$ cd build
$ cmake ..
$ make