/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-3-hello-world-4581d0703c04-3-hello-world-s0432-c0000.md
3. Hello World - hono-docs
3. Hello World Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt 3 hello world Summary Edit main.ts...
3. Hello World
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#3-hello-world
Summary
Edit main.ts: ts [main.ts] import { Hono } from 'hono' const app = new Hono() app.get('/', (c) => c.text('Hello Deno!')) Deno.serve(app.fetch)
Content
Edit main.ts:
import { Hono } from 'hono'
const app = new Hono()
app.get('/', (c) => c.text('Hello Deno!'))
Deno.serve(app.fetch)