From 7616023cc965d95780ee22971b343872f3175724 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cau=C3=A3=20de=20Lima?= Date: Sat, 2 Nov 2024 14:02:47 -0300 Subject: [PATCH] enviando para deploy --- index.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 index.ts diff --git a/index.ts b/index.ts new file mode 100644 index 0000000..73596be --- /dev/null +++ b/index.ts @@ -0,0 +1,4 @@ +const msg: String = 'Hello World!' +console.log(msg) + +// Teste GITEA