0xmic/solidity

Update your notes to show the code snippets with Solidity syntax highlighting :)

adriandelgg opened this issue · 0 comments

GitHub supports syntax highlighting for Solidity.

Example:

function getHelloWorld() public view returns (string memory) {
  return "Hello world!";
}