irc-push-function/src/main.rs

6 lines
107 B
Rust

mod functions;
fn main() {
azure_functions::worker_main(std::env::args(), functions::EXPORTS);
}