add array functionality

This commit is contained in:
2026-05-05 01:21:11 -05:00
parent fdc5b699bd
commit cb5111de82
5 changed files with 83 additions and 8 deletions

View File

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