Loading devlog entry...
April 17, 2026
A quote
function hello(name: string): void { console.log(`Hello, ${name}`); } hello('Kyle');