// SPDX-License-Identifier: MIT pragma solidity >=0.6.12 <0.9.0; contract HelloWorld { String public greet = "Hello World!"; }