Created
January 3, 2022 13:44
-
-
Save krishpranav/4cd9f1ead0684a394608d701a34966c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use kingkong::prelude::*; | |
routes! { | |
GET "/" => |_| "Hello World."; | |
} | |
fn main() { | |
kingkong::run!().unwrap(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment