From 7bc61ddfb1d8a60d18b13247caf4f0016b95ae60 Mon Sep 17 00:00:00 2001 From: iMPERIAL18 <70432088+iMPERIAL18@users.noreply.github.com> Date: Wed, 31 May 2023 18:26:56 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e58645..fe7460c 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To run this program, you can use Remix, an online Solidity IDE. To get started, Once you are on the Remix website, create a new file by clicking on the "+" icon in the left-hand sidebar. Save the file with a .sol extension (e.g., HelloWorld.sol). Copy and paste the following code into the file: -```javascript +```solidity pragma solidity ^0.8.4; contract HelloWorld { From af0acc064427d952f7d68289eb3c1f238acbd692 Mon Sep 17 00:00:00 2001 From: iMPERIAL18 <70432088+iMPERIAL18@users.noreply.github.com> Date: Wed, 31 May 2023 18:48:04 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe7460c..ba38282 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ To run this program, you can use Remix, an online Solidity IDE. To get started, Once you are on the Remix website, create a new file by clicking on the "+" icon in the left-hand sidebar. Save the file with a .sol extension (e.g., HelloWorld.sol). Copy and paste the following code into the file: ```solidity +// SPDX-License-Identifier: MIT pragma solidity ^0.8.4; contract HelloWorld {