Skip to content

Instantly share code, notes, and snippets.

Created November 15, 2016 08:43
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 anonymous/9e144d1bd0def71a1f80053404fe4896 to your computer and use it in GitHub Desktop.
Save anonymous/9e144d1bd0def71a1f80053404fe4896 to your computer and use it in GitHub Desktop.
Created using browser-solidity: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://ethereum.github.io/browser-solidity/#version=soljson-v0.4.4+commit.4633f3de.js&optimize=undefined&gist=
pragma solidity 0.4.4;
contract C {
function test() returns (bytes32 hash){
return sha3("abc","pqr",121);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment