forked from dan/liminix
10 lines
117 B
Plaintext
10 lines
117 B
Plaintext
|
(local { : view } (require :fennel))
|
||
|
(local ctx (require openssl.ssl.ctx))
|
||
|
|
||
|
(fn run []
|
||
|
(print "hey"))
|
||
|
|
||
|
|
||
|
|
||
|
{ : run }
|