CT yi buraya tasiyacagiz invitelerle😄
07.08.2023 11:25 — 👍 0 🔁 0 💬 0 📌 0@0xosman.bsky.social
| CPA, MBA | 0xosman.lens
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";
}
}