7 lines
90 B
Nim
7 lines
90 B
Nim
# example.nim
|
|
import htmlgen
|
|
import jester
|
|
|
|
routes:
|
|
get "/":
|
|
resp h1("Hello world")
|