-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathperson_data_gen.go
45 lines (44 loc) · 1.59 KB
/
person_data_gen.go
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
package solveuranimateur
const (
JeanSebastienHoule PersonIndex = 19
NoeRuhlmann PersonIndex = 27
RemyBoulifaDewez PersonIndex = 33
AntoineVallette PersonIndex = 1
CatherineRoyer PersonIndex = 3
DominiqueVeilleux PersonIndex = 6
EmmanuelleDouyon PersonIndex = 7
FlavieRobertCareau PersonIndex = 10
DenzelEdmond PersonIndex = 5
JeanMichelRicher PersonIndex = 18
LouisSereyLarose PersonIndex = 22
PaulKhalife PersonIndex = 29
RosalieBoucher PersonIndex = 31
NoemieBerard PersonIndex = 28
StanislasVeilleux PersonIndex = 37
EmmanuelleRicher PersonIndex = 9
FranckFeralBasin PersonIndex = 11
GabriellaDickner PersonIndex = 12
GuillaumeBoxo PersonIndex = 15
MelissaLiautaud PersonIndex = 25
DanielRivas PersonIndex = 4
EmmanuellePiedboeuf PersonIndex = 8
GenevieveMorin PersonIndex = 13
MathiasRuhlmann PersonIndex = 23
TomDruet PersonIndex = 38
AnastasieAria PersonIndex = 0
JustineLaporta PersonIndex = 20
SandrineThibault PersonIndex = 36
XavierDemers PersonIndex = 40
CamilleFeralBasin PersonIndex = 2
GuillaumeRoyer PersonIndex = 16
MatteoRossi PersonIndex = 24
RemiFernandezAvezedo PersonIndex = 32
SandrineAfonsoHuot PersonIndex = 34
GenevieveNadeau PersonIndex = 14
JacquesMichiels PersonIndex = 17
NoraElblidiGagnon PersonIndex = 26
VincentFontaine PersonIndex = 39
LaurenceDouyon PersonIndex = 21
PhilippeNadeau PersonIndex = 30
SandrineJaumard PersonIndex = 35
)