Skip to content

Instantly share code, notes, and snippets.

@arkiver
Created December 26, 2013 07:21
Show Gist options
  • Save arkiver/8130807 to your computer and use it in GitHub Desktop.
Save arkiver/8130807 to your computer and use it in GitHub Desktop.
(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