initial commit: set up a template

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-08-15 14:59:53 +05:30
commit fe255f97f4
18 changed files with 856 additions and 0 deletions

6
include/matar.hh Normal file
View File

@@ -0,0 +1,6 @@
#ifndef MATAR_HH
#define MATAR_HH
int run();
#endif /* MATAR_HH */