view playground/hello.ts @ 66:a0f0ad5e42eb

[Misc] taking out capital P stuff.
author June Park <parkjune1995@gmail.com>
date Wed, 24 Dec 2025 06:34:19 -0800
parents d97ec3ded2ae
children
line wrap: on
line source

const JUNE = "JUNE";

export {
  JUNE,
}