commit 7616023cc965d95780ee22971b343872f3175724 Author: Cauã de Lima Date: Sat Nov 2 14:02:47 2024 -0300 enviando para deploy 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