UNPKG

askew

Version:

A twisty puzzle timer website.

9 lines (6 loc) 138 B
var koa = require("koa"); var app = koa(); app.use(function *() { this.body = "Hello, cubers of the world!"; }); module.exports = app;