This commit is contained in:
SimonFJ20 2024-09-20 00:27:42 +02:00
commit 8feeba0dd1
2 changed files with 6 additions and 0 deletions

5
deno.jsonc Normal file
View File

@ -0,0 +1,5 @@
{
"fmt": {
"indentWidth": 4
}
}

1
main.ts Normal file
View File

@ -0,0 +1 @@
console.log("hello world");