pragma solidity 0.8.17; contract LedgerTest { constructor() {} function hello() public pure returns (string memory) { return "hello"; } }