mirror of
https://github.com/eunomia-bpf/bpf-developer-tutorial.git
synced 2026-06-30 17:06:37 +08:00
Deploying to gh-pages from @ eunomia-bpf/bpf-developer-tutorial@4671af2739 🚀
This commit is contained in:
8
37-uprobe-rust/helloworld/src/main.rs
Normal file
8
37-uprobe-rust/helloworld/src/main.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
pub fn hello() -> i32 {
|
||||
println!("Hello, world!");
|
||||
0
|
||||
}
|
||||
|
||||
fn main() {
|
||||
hello();
|
||||
}
|
||||
Reference in New Issue
Block a user