From 2a37efad3825ff05f5aefb9289c64af972cf87cb Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 6 Mar 2024 01:04:06 +0000 Subject: [PATCH] Initial commit --- README.md | 2 -- app.ts | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 README.md create mode 100644 app.ts diff --git a/README.md b/README.md deleted file mode 100644 index 8b7c419..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# hello-world -Sample repository diff --git a/app.ts b/app.ts new file mode 100644 index 0000000..3d40db1 --- /dev/null +++ b/app.ts @@ -0,0 +1,6 @@ +console.log("hello world"); +console.log("nice to meet you!"); +console.log("hello world"); +console.log("nice to meet you!"); +console.log("hello world"); +console.log("nice to meet you!"); \ No newline at end of file