forked from raphamorim/write-code-every-day
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchallengers.js
62 lines (60 loc) · 1.11 KB
/
challengers.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// Welcome!
// Add your github user if you accepted the challenge!
var players = [
'raphamorim',
'israelst',
'afonsopacifer',
'rafaelfragosom',
'brunokinoshita',
'paulinhoerry',
'enieber',
'alanrsoares',
'viniciusdacal',
'thiagosantana',
'brunodsgn',
'danilorb',
'douglasPinheiro',
'michelwilhelm',
'joaovsilva',
'rafaelstz',
'andersonweb',
'luhad',
'pablobfonseca',
'willianjusten',
'vitorleal',
'IAMFELIPEMATTOS',
'JulianSansat',
'brenopolanski',
'Pompeu',
'filipedeschamps',
'felipesousa',
'gpedro',
'leaofelipe',
'wedneyyuri',
'jonathanveg',
'filipe1309',
'afgoulart',
'helquisson',
'vulcanobr',
'guilouro',
'pedropolisenso',
'jozadaquebatista',
'alfv89',
'jugoncalves',
'guilhermeepaixaoo',
'morvanabonin',
'andrecgro',
'thulioph',
'lucasviola',
'iceberg20',
'hugolnx',
'rafael-neri',
'chocsx',
'rtancman',
'welksonramos',
'igorsantos07',
'marabesi',
'diegosaraujo',
'mauriciojunior'
];
module.exports = players;