1
0
silverbullet/plugs/core/server.ts

6 lines
125 B
TypeScript
Raw Normal View History

import { syscall } from "./lib/syscall";
export function test() {
console.log("I'm running on the server!");
return 5;
}