Skip to content

Instantly share code, notes, and snippets.

@digimon1740
Created October 23, 2019 13:33
Show Gist options
  • Save digimon1740/00a4f0a87cd7d8b3e6cf9144970aad72 to your computer and use it in GitHub Desktop.
Save digimon1740/00a4f0a87cd7d8b3e6cf9144970aad72 to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
var app = Javalin.create().start(7000);
app.get("/", ctx -> ctx.result("Hello World"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment