0xosman 🔺

0xosman 🔺

@0xosman.bsky.social

| CPA, MBA | 0xosman.lens

22 Followers 27 Following 2 Posts Joined Jun 2023
2 years ago

CT yi buraya tasiyacagiz invitelerle😄

0 0 0 0
2 years ago

// SPDX-License-Identifier: MIT
pragma solidity 0.8.13;
contract HelloWorld {     
function sayHelloWorld() public pure returns (string memory) {         
return "Hello World";    
}
}

2 0 0 0