All Examples
contract HelloWorld { get fun greeting(): String { return "hello world"; } }
Deploy