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

5
lsort.c Normal file
View File

@@ -0,0 +1,5 @@
#include "./include/lsort.h"
int add(int x, int y) {
return x + y;
}