saleor-apps-rs/simple-payment-gateway/src/main.rs

4 lines
45 B
Rust
Raw Normal View History

fn main() {
println!("Hello, world!");
}