Merge pull request #7828 from fulldecent/patch-13

Update markdown
This commit is contained in:
chriseth 2019-11-28 10:08:14 +01:00 committed by GitHub
commit 183047e64f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ Instructions about how to build and install the Solidity compiler can be found i
A "Hello World" program in Solidity is of even less use than in other languages, but still:
```
```solidity
pragma solidity ^0.5.0;
contract HelloWorld {