This repository has been archived on 2026-03-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
xml-mock/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

2025-11-23 16:48:23 -06:00
fn main() {
println!("Hello, world!");
}