cmake_learning/alib/calc.c

6 lines
47 B
C
Raw Normal View History

2021-07-12 17:22:42 +03:00
#include "calc.h"
int docalc() {
return 2;
}