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