-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
51 lines (50 loc) · 1.45 KB
/
index.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
import dayOne from './solutions/1.js';
import dayTwo from './solutions/2.js';
import dayThree from './solutions/3.js';
import dayFour from './solutions/4.js';
import dayFive from './solutions/5.js';
import daySix from './solutions/6.js';
import daySeven from './solutions/7.js';
import dayEight from './solutions/8.js';
import dayNine from './solutions/9.js';
import dayTen from './solutions/10.js';
import dayEleven from './solutions/11.js';
import dayTwelve from './solutions/12.js';
import dayThirteen from './solutions/13.js';
import dayFourteen from './solutions/14.js';
import dayFifteen from './solutions/15.js';
import daySixteen from './solutions/16.js';
import daySeventeen from './solutions/17.js';
import dayEighteen from './solutions/18.js';
import dayNineteen from './solutions/19.js';
import dayTwenty from './solutions/20.js';
import dayTwentyOne from './solutions/21.js';
import dayTwentyTwo from './solutions/22.js';
import dayTwentyThree from './solutions/23.js';
import dayTwentyFour from './solutions/24.js';
import dayTwentyFive from './solutions/25.js';
// dayOne();
// dayTwo();
// dayThree();
// dayFour();
// dayFive();
// daySix();
// daySeven();
// dayEight();
// dayNine();
// dayTen();
// dayEleven();
// dayTwelve();
// dayThirteen();
// dayFourteen();
// dayFifteen();
// daySixteen();
// daySeventeen();
// dayEighteen();
// dayNineteen();
// dayTwenty();
// dayTwentyOne();
// dayTwentyTwo();
// dayTwentyThree();
dayTwentyFour();
// dayTwentyFive();