Created
February 22, 2024 14:54
-
-
Save mattandrews/3a6a6e358962407d370e45760cc68723 to your computer and use it in GitHub Desktop.
Hello World in Typescript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let message: string = 'Hello, World!'; | |
console.log(message); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment