Rename helloWorld.sol to HelloWorld.sol

pull/5370/head
Aniket 1 year ago
parent 305c0185e6
commit c326b558d3
  1. 2
      libs/remix-ws-templates/src/templates/playground/contracts/HelloWorld.sol

@ -8,4 +8,4 @@ contract HelloWorld {
function print() public pure returns (string memory) {
return "Hello World!";
}
}
}
Loading…
Cancel
Save