7 lines
71 B
Racket
7 lines
71 B
Racket
#lang plai/web
|
|
|
|
(define-type A
|
|
[mta])
|
|
|
|
(define (start req)
|
|
"Hello") |