Skip to content

Commit 4c802ac

Browse files
committed
first commit
1 parent 4206895 commit 4c802ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+6633
-0
lines changed

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/.name

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/ed-tp2.iml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0.in

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
50
2+
OrBVohrvpC 715 431773
3+
eirEivyvAa 715 165540
4+
KjJHlUcVnz 715 352595
5+
OEUiianXXZ 715 318947
6+
JXGfosDsye 66804 113160
7+
MFxpjSanWK 715 487824
8+
zMzmvUGuGh 66804 17828
9+
bDSGcZIaKq 715 969366
10+
CNlLGWWKQe 66804 445183
11+
kcGCukKfWq 66804 574020
12+
HuRuUNaezV 66804 768210
13+
xpRqoYGcGJ 715 678948
14+
aLxfhRCqIp 715 519942
15+
ibYDhGlHzM 715 830427
16+
LpElaojxaF 715 864609
17+
cWmoVjYpDf 66804 567283
18+
OfQcAwuwXi 715 196891
19+
SSMqcEYktN 66804 727141
20+
LpHERtAdzy 715 73227
21+
OXwNeawLFx 66804 25641
22+
ueckQiHEJV 66804 618270
23+
NVDOWtumBS 715 536959
24+
UIWKyflVhA 66804 893225
25+
uuCqfpqyWR 66804 169839
26+
JEJEQzTIUX 715 611235
27+
gVrIvwzugU 66804 793643
28+
vKvGGIqIvN 715 267026
29+
KZXcBGeDGY 715 434566
30+
JYYdojqsrw 66804 926743
31+
rDvdAAKxpB 66804 777022
32+
qslREMheCu 715 798784
33+
yMqlPlGaDe 66804 667700
34+
tTXmWAgmYH 715 799979
35+
HtZmRgyItd 66804 707371
36+
LjCcTzhwjx 66804 23219
37+
KnbSzMzPwW 715 697292
38+
OYWFlPwKOS 715 299086
39+
OSpxYKcOPo 715 268765
40+
rBxEuvHACu 715 238474
41+
KzoXdmDoDd 66804 108753
42+
wwtbyStoDA 715 823399
43+
LKbkqxicwT 66804 528992
44+
OLfbxiTyeZ 66804 903846
45+
CeUkDQvPUb 66804 925552
46+
KOkLTrvdMu 715 840337
47+
dybfwTOIkH 66804 190358
48+
cVtaKuvjrX 66804 532902
49+
FLIwCXNjMS 66804 103848
50+
FwUkpQjBnr 715 643962
51+
LnVRaCEeUz 66804 198720

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
cmake_minimum_required(VERSION 3.17)
2+
project(ed_tp2)
3+
4+
set(CMAKE_CXX_STANDARD 14)
5+
6+
add_executable(ed_tp2 main.cc models/civilization/Civilization.cpp models/civilization/Civilization.h)

0 commit comments

Comments
 (0)