Skip to content

Instantly share code, notes, and snippets.

@krishpranav
Created January 3, 2022 13:44
Show Gist options
  • Save krishpranav/4cd9f1ead0684a394608d701a34966c2 to your computer and use it in GitHub Desktop.
Save krishpranav/4cd9f1ead0684a394608d701a34966c2 to your computer and use it in GitHub Desktop.
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