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