diff options
| author | Nemil Dalal <nemild@gmail.com> | 2015-12-28 21:58:31 -0500 | 
|---|---|---|
| committer | Nemil Dalal <nemild@gmail.com> | 2015-12-28 21:58:31 -0500 | 
| commit | ba3d5a6feb4a340c43b55b75516fed1d78fad9fb (patch) | |
| tree | 0881b307cffe0aa93e526d674d55ebd32c1eb17b /solidity.html.markdown | |
| parent | 5fe25a5bd13bb951e4ce1bc79dcba65f09fa7edc (diff) | |
Added Joseph Chow as contributor
Diffstat (limited to 'solidity.html.markdown')
| -rw-r--r-- | solidity.html.markdown | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/solidity.html.markdown b/solidity.html.markdown index 2d653bf9..b73ca0e5 100644 --- a/solidity.html.markdown +++ b/solidity.html.markdown @@ -2,7 +2,8 @@  language: Solidity  filename: learnSolidity.sol  contributors: -    - ["Nemil Dalal", "https://www.nemil.com"] +  - ["Nemil Dalal", "https://www.nemil.com"] +  - ["Joseph Chow", ""]  ---  Solidity lets you program on [Ethereum](https://www.ethereum.org/), a @@ -81,7 +82,7 @@ contract SimpleBank { // CamelCase                  balances[msg.sender] += withdrawAmount; // to be safe              }          } -         +          return balances[msg.sender];      } | 
