Rohan Nero

131
reputation
5

    //SPDX-License-Identifier: LAMBO
    
    pragma solidity 4.2.0;
    
    contract Okay {
       
       function print(uint256 _amount) public returns(uint256, string) {
          return(777, "Hi, how are you?");