# Hello Web3

By [Yesand](https://paragraph.com/@yesand-2) · 2022-06-21

---

    // SPDX-License-Identifier: MIT
    pragma solidity ^0.8.4;
    contract HelloWeb3{
        string public _string = "Hello Web3!";
    }

---

*Originally published on [Yesand](https://paragraph.com/@yesand-2/hello-web3)*
