0xosman ๐Ÿ”บ's Avatar

0xosman ๐Ÿ”บ

@0xosman.bsky.social

| CPA, MBA | 0xosman.lens

22 Followers  |  27 Following  |  2 Posts  |  Joined: 25.06.2023
Posts Following

Posts by 0xosman ๐Ÿ”บ (@0xosman.bsky.social)

CT yi buraya tasiyacagiz invitelerle๐Ÿ˜„

07.08.2023 11:25 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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

28.06.2023 15:47 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0