Created
July 24, 2017 19:33
-
-
Save ygaller/0d2ad410407925043c44184af79c8976 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
public class ApplicationMain { | |
public static void main(String[] args) { | |
get("/hello", (request, response) -> "world"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment