Files
lsort/lsort.c

5 lines
73 B
C
Raw Normal View History

2026-05-04 18:18:55 -05:00
#include "./include/lsort.h"
int add(int x, int y) {
return x + y;
}