more mass renaming
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user