Skip to content

Instantly share code, notes, and snippets.

@kevinbluer
Created March 13, 2018 09:21
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 kevinbluer/d0ef0e72e028d40b4ac911fcc8eb057d to your computer and use it in GitHub Desktop.
Save kevinbluer/d0ef0e72e028d40b4ac911fcc8eb057d to your computer and use it in GitHub Desktop.
pragma solidity ^0.4.11;
contract HelloWorld {
function renderHelloWorld () returns (string) {
return 'Hello World';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment