This repo contains content that supports the workshop.
- Bullet 1
- Bullet 2
- Bullet 3
// Define a function to print "Hello, World!"
function printHelloWorld(): void {
console.log("Hello, World!");
}
// Call the function to print the message
printHelloWorld();