Skip to content

Commit

Permalink
Update hello-world.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aliserag authored Aug 26, 2024
1 parent 00bd4a5 commit 9997953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build/getting-started/quickstarts/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Smart contracts on Flow are permanent code that live on the blockchain, allowing
The `HelloWorld` contract exposes a public variable named `greeting` that is accessible to everything outside the contract. We can retrieve its value using a simple script written in the Cadence programming language.

```
import HelloWorld from 0x9dca641e9a4b691b
import HelloWorld from 0xa1296b1e2e90ca5b
access(all) fun main(): String {
return HelloWorld.greeting
Expand Down

0 comments on commit 9997953

Please sign in to comment.