dotfiles/nvim/main.ts
2025-09-23 19:27:35 +02:00

11 lines
66 B
TypeScript

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