zig-cli/packages/app/lib/app.js

8 lines
84 B
JavaScript

'use strict';
module.exports = app;
function app() {
return 'Hello from app';
}