Skip to content

Instantly share code, notes, and snippets.

@perymerdeka
Created November 9, 2021 07:22
Show Gist options
  • Save perymerdeka/72a44f552ee08d9db4b806e48a6e80a4 to your computer and use it in GitHub Desktop.
Save perymerdeka/72a44f552ee08d9db4b806e48a6e80a4 to your computer and use it in GitHub Desktop.
// SPDX-License-Identifier: MIT
// compiler version must be greater than or equal to 0.8.3 and less than 0.9.0
pragma solidity ^0.8.3;
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