Skip to content

Commit

Permalink
Revert "Example hello-world contract (#120)"
Browse files Browse the repository at this point in the history
This reverts commit 19b5ecc.
  • Loading branch information
aalu1418 committed Jan 19, 2022
1 parent 2a7af9d commit 235cac4
Show file tree
Hide file tree
Showing 28 changed files with 340 additions and 3,314 deletions.
2 changes: 1 addition & 1 deletion contracts/crates/arrayvec/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! This is a tiny arrayvec implementation <https://docs.rs/arrayvec/> that efficiently implements a few common operations
//! This is a tiny arrayvec implementation (https://docs.rs/arrayvec/) that efficiently implements a few common operations
//! We're able to simplify the code significantly due to the elements being Pod/Zeroable.
// use anchor_lang::prelude::*;
Expand Down
6 changes: 0 additions & 6 deletions contracts/examples/hello-world/.gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions contracts/examples/hello-world/Anchor.toml

This file was deleted.

Loading

0 comments on commit 235cac4

Please sign in to comment.