solana_native_programs/
lib.rs

1pub mod system_program;
2
3pub use system_program::ID as SYSTEM_PROGRAM_ID;