dotfiles/nvim/main.ts
2025-09-23 20:23:43 +02:00

13 lines
73 B
TypeScript

const Page = () => {
const a: number[] = []
a.fill(1)
}
rafce