1
2
3
4
5
6
7
8
9
10
11
pub mod assertions;
pub mod entrypoint;
pub mod error;
pub mod instruction;
pub mod processor;
pub mod state;
pub mod utils;

pub use solana_program;

solana_program::declare_id!("CounterProgram111111111111111111111111111111");