Hello World

The first post, just making sure this works.


I'm honestly just trying to make this work. Look here's some rad code:

hello-world.ts

export default function helloWorld() {
return "Hello World!";
}