create project skeleton

This commit is contained in:
2026-05-04 18:18:55 -05:00
parent e319980cf3
commit fdc5b699bd
5 changed files with 115 additions and 0 deletions

6
include/lsort.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef LSORT_H
#define LSORT_H
int add(int x, int y);
#endif