lib1.cxx 54 B

123456
  1. #include "lib1.h"
  2. float Lib1Func()
  3. {
  4. return 2.0;
  5. }