From 39bd8f9b296d20bf5cbe1b95f98889edbf2dc777 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Thu, 12 Dec 2024 15:47:11 +0000 Subject: [PATCH] Add a very short README Add a very short README * **Title** - Add a title "Hello World" * **Description** - Add a description "This is a simple Hello World application written in TypeScript." * **Usage** - Add a usage section with instructions to run the application using `ts-node` --- For more details, open the [Copilot Workspace session](https://copilot-workspace-dev.githubnext.com/githubnext/hello-world?shareId=XXXX-XXXX-XXXX-XXXX). --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..55d2086 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Hello World + +This is a simple Hello World application written in TypeScript. + +## Usage + +To run the application, use the following command: + +``` +ts-node app.ts +```