Rename helloWorld.sol to HelloWorld.sol

pull/4157/head
Aniket 1 year ago
parent 1e7516ee1f
commit b68ee6d9f2
  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