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