Deprecated! Please, learn the Tolk language at docs.ton.org
contract HelloWorld {

    get fun greeting(): String {
        return "hello world";
    }

}