Rust library to generate static websites
at feat/prerender 4 lines 86 B view raw
1export function sayHello() { 2 const world = "world"; 3 console.log(`hello${world}`); 4}