> For the complete documentation index, see [llms.txt](https://web3-coin.gitbook.io/welcome-to-web3-coin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web3-coin.gitbook.io/welcome-to-web3-coin/whitepaper/smart-contract/smart-contract-fees.md).

# Smart Contract Fees

```solidity
// pragma solidity ^0.8.0;

contract HelloNewWorld {
    function helloWorld() public view returns(string memory) {
        return("Hello World!");
    }
}



```

<figure><img src="/files/cJAo9Yc8iknjERmfXpEy" alt=""><figcaption></figcaption></figure>
