0xosman 🔺
banner
0xosman.bsky.social
0xosman 🔺
@0xosman.bsky.social
| CPA, MBA |

0xosman.lens
// SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
contract HelloWorld {     
function sayHelloWorld() public pure returns (string memory) {         
return "Hello World";    
}
}
June 28, 2023 at 3:47 PM