add code and pipeline

This commit is contained in:
SimonFJ20 2024-09-20 00:43:24 +02:00
parent 8feeba0dd1
commit 35222b86bb
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,9 @@
{
"fmt": {
"indentWidth": 4
},
"tasks": {
"check": "deno check main.ts",
"test": "deno test"
}
}

View File

@ -1 +1,3 @@
console.log("hello world");
import { message } from "./message.ts";
console.log(message());