Files
linguist/samples/Opa/hello_syntax1.opa
2012-07-23 15:52:49 -05:00

10 lines
155 B
Plaintext

/**
* To compile & run on port 8080:
* opa hello_syntax1.opa --
*/
server = Server.one_page_server(
"Hello, world",
-> (<h1>Hello, world</h1>)
)