Files
lsort/lsort.c
2026-05-04 18:18:55 -05:00

5 lines
73 B
C

#include "./include/lsort.h"
int add(int x, int y) {
return x + y;
}