└── earth /earth: -------------------------------------------------------------------------------- 1 | // SPDX-License-Identifier: MIT 2 | // Generated with Spectral Syntax 3 | 4 | function calculateSquare(uint256 number) public pure returns (uint256) { 5 | return number * number; 6 | } 7 | --------------------------------------------------------------------------------