mirror of
https://github.com/guilhermewerner/http
synced 2025-06-16 19:44:18 +00:00
Simple HTTP Server
This commit is contained in:
@ -2,4 +2,6 @@
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
fn main() {}
|
||||
fn main() {
|
||||
Http::Main();
|
||||
}
|
||||
|
Reference in New Issue
Block a user