Files
linguist/test/fixtures/hello_syntax2.opa
2012-01-30 17:42:09 -08:00

8 lines
118 B
Plaintext

Server.start(
Server.http,
{
page: function() { <h1>Hello, world</h1> },
title: "Hello, world"
}
)