view playground/hello.ts @ 35:33b1caf051cd

Updated ignored file to ignore playground.
author MrJuneJune <me@mrjunejune.com>
date Thu, 30 Oct 2025 09:53:22 -0700
parents d97ec3ded2ae
children
line wrap: on
line source

const JUNE = "JUNE";

export {
  JUNE,
}