-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathwords.h
48 lines (47 loc) · 3.11 KB
/
words.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* Copyright (c) 2018, Joyent Inc
* Author: Alex Wilson <[email protected]>
*/
const char *wordlist[] = {"abandoned","abilities","academic","accent",
"adaptation","adventure","aerial","affair","against","aircraft","afternoon",
"alcohol","aquarium","asbestos","auburn","availability","analyze",
"appearance","athletics","awarded","awesome","babies","balanced",
"battlefield","banana","beaches","because","bicycle","blocked","boards",
"border","breakfast","bubble","burning","cabinet","ceiling","chains",
"circle","citizen","claimed","cloud","collaboration","coaches","comparison",
"cradle","cuisine","connected","cooking","creativity","cylinder",
"dangerous","deadly","dedicated","demanding","deputy","diagram","diversity",
"doctor","dragon","duplicate","dynamic","eagle","earthquake","eclipse",
"economics","education","effect","either","elderly","empire","email",
"enable","engines","equality","equipment","escape","eternal","eventually",
"evaluate","exceptional","expanded","extraordinary","fabric","fantastic",
"feature","fiction","flashing","focused","forest","fraction","frontier",
"fusion","family","gambling","gender","giants","glance","golden","grade",
"guarantee","habitat","headed","hidden","hobbies","humanity","hunter",
"hybrid","iceland","identical","ignore","illegal","images","inappropriate",
"intermediate","involvement","ireland","impact","inspiration","island",
"itself","jacket","jewellery","journalism","judge","jumping","kansas",
"keeping","keyword","kidney","knight","korean","kuwait","labeled",
"language","launch","leadership","leaving","letters","liabilities",
"lifestyle","logical","loaded","luggage","lyrics","maintenance",
"manufacture","meaning","mineral","mobile","motivated","multimedia",
"murder","mysterious","namely","nearby","niagara","nobody","nuclear",
"narrative","navigator","oakland","obesity","occasion","offense",
"oklahoma","oldest","omissions","ongoing","opened","oracle","others",
"ourselves","overall","owners","oxford","pacific","peaceful","phantom",
"picture","placed","pocket","practical","psychiatry","position","powder",
"public","python","puzzle","qualification","quarter","rabbit","racing",
"reached","rhythm","rational","recall","relocation","rotation","sacred",
"scales","seafood","seeking","shades","segments","sequence","skating",
"sleeping","smaller","snapshot","soccer","spaces","square","stability",
"settlement","slideshow","syndicate","tables","teacher","template","things",
"ticket","towards","traditional","tsunami","tucson","twelve","typical",
"uganda","ukraine","ultimate","unable","upcoming","urgent","useful",
"utilities","vacancies","vector","victim","vocabulary","vulnerability",
"wagner","wealth","whatever","wichita","women","wrapped","wyoming",
"yesterday","yearly","yields","yorkshire","yugoslavia","zambia","zealand",
"zimbabwe","zone"};