Makefile/lib.c

4 lines
63 B
C
Raw Normal View History

2024-01-28 00:50:57 +03:00
#include "lib.h"
int calc_num(int a, int b) { return a + b; }