Skip to content

Commit

Permalink
Merge pull request #40 from tronprotocol/tron_solidity_0.6.2
Browse files Browse the repository at this point in the history
fix release time
  • Loading branch information
Lredhdx committed May 6, 2021
2 parents 28648ca + 250e445 commit e3d402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ pragma solidity ^0.5.0;
contract HelloWorld {
function helloWorld() external pure returns (string memory) {
return "Hello, World!";
return "Hello, World!";
}
}
```
Expand Down

0 comments on commit e3d402b

Please sign in to comment.