5 lines
94B

  1. #include "./foo.hpp"
  2. #include <cmath>
  3. int main() { return std::abs(value_1() - value_2()); }