add program examples repo to docs (#33898)

This commit is contained in:
Joe C 2023-10-27 21:54:55 +02:00 committed by GitHub
parent 1814b2bc81
commit 24a4670cef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -386,5 +386,10 @@ $ cargo build-bpf --dump
## Examples
The [Solana Program Library
github](https://github.com/solana-labs/solana-program-library/tree/master/examples/rust)
GitHub](https://github.com/solana-labs/solana-program-library/tree/master/examples/rust)
repo contains a collection of Rust examples.
The [Solana Developers
Program Examples GitHub](https://github.com/solana-developers/program-examples)
repo also contains a collection of beginner to intermediate Rust program
examples.