menu
52 tokens
Setup
Your first program.
Setup
Install Destack, then create a project:
1destack init hello2cd hello1import { log } from "destack:console";2 3log("Hello, Destack!");1destack check src/index.dsRun Locally
1destack run ./src/index.dsYour first program.
Install Destack, then create a project:
1destack init hello2cd hello1import { log } from "destack:console";2 3log("Hello, Destack!");1destack check src/index.ds1destack run ./src/index.ds