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