pragma solidity ^0.5.0; library LibraryA { function add(uint a, uint b) public pure returns (uint) { return a + b; } }