view playground/hello.ts @ 171:40bd2cb518c1

Closing old bazel tutorial head
author MrJuneJune <me@mrjunejune.com>
date Mon, 19 Jan 2026 17:35:43 -0800
parents d97ec3ded2ae
children
line wrap: on
line source

const JUNE = "JUNE";

export {
  JUNE,
}