This commit is contained in:
2024-10-22 21:54:32 +03:00
commit d9b23d4a24
24 changed files with 507 additions and 0 deletions

3
xmpd-manifest/src/lib.rs Normal file
View File

@@ -0,0 +1,3 @@
pub fn test() {
println!("Hello, world!");
}