trpha/src/main.rs
2025-07-01 20:53:20 +02:00

6 lines
97 B
Rust

//! # Tuxcord Reverse Proxy Header Authenthication
fn main() {
println!("Hello, world!");
}