-
Notifications
You must be signed in to change notification settings - Fork 1
/
master.js
45 lines (45 loc) · 971 Bytes
/
master.js
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
names = [
"1. Sleep In",
"2. Monkey Trouble",
"3. String Times",
"4. Front Times",
"5. String Bits",
"6. Caught Speeding",
"7. FizzBuzz",
"8. Tea Party",
"9. Black Jack",
"10.Lone Sum",
"11. First Last 6",
"12. Has 23",
"13. Fix 23 [always red]",
"14. Count YZ",
"15. End Other",
"16. Star Out",
"17. Get Sandwich",
"18. Can Balance",
"19. Count Clumps",
"20. Evenly Spaced",
"21. Count Evens",
"22. Count Hi",
"23. No 14",
"24. Either 24",
"25. Make Chocolate",
"26. Lucky Sum",
"27. Max Block",
"28. Linear In",
"29. Count Triple",
"30. Same Ends",
"31. Let Them Eat Cake",
"32. all_even",
"33. no_space",
"34. all_positive",
"35. same_vowels",
"36. times_ten",
"37. shift_right",
"38. no_vowels",
"39. double_matrix",
"40. sum_nums",
"41. product_matrix",
"42. objectify",
"43. lucky_numbers"
];