Windows App SDK - Hello World

Welcome to the Windows App SDK

This is a demonstration of the core concepts within the SDK.

This is a placeholder for the content of the example. It's important to fill this in with your actual code.

Let's start with a simple Hello World message:

```javascript

console.log('Hello, World!');

This is some styling that will be displayed when you're ready. It should be visible to the user.