xref: /DragonOS/kernel/crates/rbpf/examples/helper.rs (revision 55e6f0b65f91b32638fd56581f711a816eccdcd1)
1 fn main() {
2     rbpf::helpers::show_helper();
3 }
4