Skip to content

Instantly share code, notes, and snippets.

@1SHA1024
Created August 25, 2021 21:30
Show Gist options
  • Save 1SHA1024/f2d86e039309e7866a9b5e5c0c309e59 to your computer and use it in GitHub Desktop.
Save 1SHA1024/f2d86e039309e7866a9b5e5c0c309e59 to your computer and use it in GitHub Desktop.
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.0+commit.c7dfd78e.js&optimize=false&runs=200&gist=
pragma solidity ^0.8.0;
contract HelloWrld {}
function Hello() public pure returns (string memory) {
return "Hello World";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment