Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 479 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 479 Bytes

simple-add-ho

A simple header only library adding an add function

Getting Started

This project gives an example of a header only library

Build will not create any artifact as no sources are specified

Use it

$ ctpm add simple-add-ho

Import

#include <simple-add-ho/add.hpp>

For help getting started with c3pm, view our online documentation, which offers tutorials, samples and a list of all available commands.