0xosman pfp
0xosman
@0xosman.eth
// SPDX-License-Identifier: MIT pragma solidity 0.8.13; contract HelloWorld {      function sayHelloWorld() public pure returns (string memory) {          return "Hello World";     } }
0 reply
0 recast
0 reaction