mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Added Joseph Chow as contributor
This commit is contained in:
parent
5fe25a5bd1
commit
ba3d5a6feb
@ -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];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user