Skip to content

Instantly share code, notes, and snippets.

View Shaywho's full-sized avatar
🎯
Focusing

Shehu Tyson Lawal Shaywho

🎯
Focusing
View GitHub Profile
@Shaywho
Shaywho / Helloworld.sol
Created March 28, 2017 11:43 — forked from adibas03/Helloworld.sol
Welcome to solidity
pragma solidity ^ 0.4.9;
contract Helloworld{
uint public hey;
function Helloworld(){
}
function getWorld() returns(bytes32 hello){