bloginamatrix.xyz/jester/main.nim
array-in-a-matrix a62b6a1c03 idk
2024-01-07 22:54:04 -05:00

7 lines
90 B
Nim

# example.nim
import htmlgen
import jester
routes:
get "/":
resp h1("Hello world")