Created
December 26, 2013 07:21
-
-
Save arkiver/8130807 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
(asdf:operate 'asdf:load-op '#:restas) | |
(restas:define-module #:restas.hello-world | |
(:use :cl)) | |
(in-package #:restas.hello-world) | |
(restas:define-route main ("") | |
"<h1>Hello world!</h1>") | |
(restas:start '#:restas.hello-world :port 8085) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment