mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Updates readme to 0.7.0.
This commit is contained in:
parent
729b47e641
commit
c62048a50a
@ -36,7 +36,7 @@ found in the [Solidity documentation](https://solidity.readthedocs.io/en/latest/
|
|||||||
A "Hello World" program in Solidity is of even less use than in other languages, but still:
|
A "Hello World" program in Solidity is of even less use than in other languages, but still:
|
||||||
|
|
||||||
```solidity
|
```solidity
|
||||||
pragma solidity ^0.6.0;
|
pragma solidity >=0.6.0 <0.8.0;
|
||||||
|
|
||||||
contract HelloWorld {
|
contract HelloWorld {
|
||||||
function helloWorld() external pure returns (string memory) {
|
function helloWorld() external pure returns (string memory) {
|
||||||
|
Loading…
Reference in New Issue
Block a user