Files
gsc/cli/test-data/gsc2_tokens_to_ast/hello.aes
T
Peter Harpending eff77fff6b wip gsc
2026-06-01 21:01:20 -07:00

11 lines
192 B
Plaintext

// Hello World Contract
// Copyright (c) 2025 QPQ AG
contract Hello =
type state = unit
entrypoint init(): state =
()
entrypoint hello(): string =
"hello, world"