Skip to content

Instantly share code, notes, and snippets.

@saeedjabbar
Created October 23, 2022 04:22
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 saeedjabbar/eadb80987501b967185dd1b3339509dc to your computer and use it in GitHub Desktop.
Save saeedjabbar/eadb80987501b967185dd1b3339509dc to your computer and use it in GitHub Desktop.
Solidity Hello World
pragma solidity ^0.8.0;
contract HelloWorld {
string public name = "Your Name!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment