Skip to content

Commit

Permalink
Merge pull request #872 from onflow/Aliserag-patch-1
Browse files Browse the repository at this point in the history
Update hello-world.md
  • Loading branch information
Aliserag authored Aug 26, 2024
2 parents 00bd4a5 + 9997953 commit 53fd546
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 53fd546

Please sign in to comment.