Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 439 Bytes

File metadata and controls

7 lines (6 loc) · 439 Bytes

Libraries

For this project, the library convention will be that each supporting library will live within its own subfolder. Right now, there is one libhello library. If you need to make a support library for the simulator, it might be libsim.

Header only libraries are fine. To see the advantages and disadvantages, take a look at this SO discussion.