Update markdown

This commit is contained in:
William Entriken 2019-11-27 20:13:37 -05:00 committed by GitHub
parent f22897b55c
commit 29955a22ad
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 {