Files
linguist/test/fixtures/hello_syntax1.opa
2012-02-01 18:03:06 -08: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>)
)