Source Code

;; hello-world.clar

(define-public (hello-world)
  (ok "Hello, World!")
)

Functions (1)

FunctionAccessArgs
hello-worldpublic