Skip to content

Instantly share code, notes, and snippets.

@amazingandyyy
Last active July 30, 2017 22:33
Show Gist options
  • Save amazingandyyy/2a56a4a8539be362e60e416b2ee239f2 to your computer and use it in GitHub Desktop.
Save amazingandyyy/2a56a4a8539be362e60e416b2ee239f2 to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.4;
contract HelloEthSalon {
function HelloEthSalon() {
// constructor
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment