add code and pipeline
This commit is contained in:
parent
8feeba0dd1
commit
35222b86bb
@ -1,5 +1,9 @@
|
|||||||
{
|
{
|
||||||
"fmt": {
|
"fmt": {
|
||||||
"indentWidth": 4
|
"indentWidth": 4
|
||||||
|
},
|
||||||
|
"tasks": {
|
||||||
|
"check": "deno check main.ts",
|
||||||
|
"test": "deno test"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
4
main.ts
4
main.ts
@ -1 +1,3 @@
|
|||||||
console.log("hello world");
|
import { message } from "./message.ts";
|
||||||
|
|
||||||
|
console.log(message());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user