xmpd/xmpd-manifest/src/lib.rs

4 lines
49 B
Rust
Raw Normal View History

2024-10-22 18:54:32 +00:00
pub fn test() {
println!("Hello, world!");
}