From 29955a22ad8474f7ee80b7ac4f3093009eacb16d Mon Sep 17 00:00:00 2001 From: William Entriken Date: Wed, 27 Nov 2019 20:13:37 -0500 Subject: [PATCH] Update markdown --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af8dd905..e7e5bdb7c 100644 --- a/README.md +++ b/README.md @@ -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 {