more renaming

This commit is contained in:
2026-06-02 01:58:40 -07:00
parent 270f192f0c
commit 55a56753c1
37 changed files with 12 additions and 6 deletions
+10
View File
@@ -0,0 +1,10 @@
// Hello World Contract
// Copyright (c) 2025 QPQ AG
contract Hello =
type state = unit
entrypoint init(): state =
()
entrypoint hello(): string =
"hello, world"