Update your notes to show the code snippets with Solidity syntax highlighting :)
adriandelgg opened this issue · 0 comments
adriandelgg commented
GitHub supports syntax highlighting for Solidity.
Example:
function getHelloWorld() public view returns (string memory) {
return "Hello world!";
}