---------------------------------------------------------------------- This is the API documentation for the gdtest_config_minimal library. ---------------------------------------------------------------------- ## Functions Public functions add(a: int, b: int) -> int Add two numbers. Parameters ---------- a First number. b Second number. Returns ------- int Sum. subtract(a: int, b: int) -> int Subtract b from a. Parameters ---------- a First number. b Number to subtract. Returns ------- int Difference.