Files
hello-wordl/src/names.ts
2022-01-03 16:17:36 +01:00

21 lines
263 B
TypeScript

export const names: Set<string> = new Set([
"anglo",
"bible",
"carol",
"costa",
"dutch",
"fossa", // just too hard
"harry",
"jimmy",
"jones",
"lewis",
"maria",
"paris",
"pedro",
"roger",
"sally",
"savoy",
"texas",
"willy",
]);