hellototheworld
SP2C20XGZBAYFZ1NYNHT1J6MGMM0EW9X7PFBWK7QGSource Code
;; Simple Hello World contract
;; Declare a constant that represents the greeting message
(define-constant hello-message "Hello, World!")
;; Define a public function that returns the greeting message
(define-public (say-hello)
(ok hello-message)
)
Functions (1)
| Function | Access | Args |
|---|---|---|
| say-hello | public |