Files
linguist/test/fixtures/opa/hello_syntax1.opa
2012-06-07 12:17:24 -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>)
)