Hello World
Published: April 20, 2025
Location: Starbucks in San Diego
Introduction
The smartest and most well intentioned people I know in my life often keep blogs. They also write and read on a fairly regular basis. I'd imagine that, on average if people read the writings of somebody before they met them, they'd have a warmer and richer reception. Altogether, pattern matching mimicing behavior and this logic has convinced me to use my airplane time and mealtimes to write a blog.
Let's see how it turns out.
function helloWorld() {
console.log("Hello, World!");
return "Hello, World!";
}