Files
http/Source/Main.rs
GuilhermeWerner c342c61b1a Simple HTTP Server
2021-07-04 10:51:06 -03:00

8 lines
107 B
Rust

// Copyright (c) TribuFu. All Rights Reserved.
#![allow(non_snake_case)]
fn main() {
Http::Main();
}