hello-world

This commit is contained in:
miqlangelo 2025-05-05 09:51:14 +02:00
parent 0ac8cea673
commit eaf8456c6b
3 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"tasks": {
"dev": "deno run --watch hello.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}

View File

@ -0,0 +1,2 @@
const message: string = 'Hello, World!';
console.log(message);

View File

@ -0,0 +1,9 @@
### Get nasa.com
GET https://nasa.com
### Get nasa.com
POST https://nasa.com
{
"id": 1
}