Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitscript authored Sep 13, 2022
1 parent 2013438 commit 511a7b6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 01Day-HelloSolidity.sol
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pragma solidity >=0.5.0 < 0.9.0;

contract HelloSolidity{
string public str="Hello Solidity";
}

0 comments on commit 511a7b6

Please sign in to comment.