Skip to content

Instantly share code, notes, and snippets.

@mingderwang
Created March 9, 2024 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mingderwang/dc80c64b8e4c3e7b1c666feb9f1bc4bc to your computer and use it in GitHub Desktop.
Save mingderwang/dc80c64b8e4c3e7b1c666feb9f1bc4bc to your computer and use it in GitHub Desktop.
// SPDX-License-Identifier: MIT
// compiler version must be greater than or equal to 0.8.24 and less than 0.9.0
pragma solidity ^0.8.24;
contract HelloWorld {
string public greet = "Hello World!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment