-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun-all.R
More file actions
24 lines (24 loc) · 1008 Bytes
/
run-all.R
File metadata and controls
24 lines (24 loc) · 1008 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
source("inst/run-day-25.R", local = TRUE)
source("inst/run-day-24.R", local = TRUE)
source("inst/run-day-22.R", local = TRUE)
source("inst/run-day-21.R", local = TRUE)
source("inst/run-day-20.R", local = TRUE)
source("inst/run-day-19.R", local = TRUE)
source("inst/run-day-18.R", local = TRUE)
source("inst/run-day-17.R", local = TRUE)
source("inst/run-day-16.R", local = TRUE)
source("inst/run-day-15.R", local = TRUE)
source("inst/run-day-14.R", local = TRUE)
source("inst/run-day-13.R", local = TRUE)
source("inst/run-day-12.R", local = TRUE)
source("inst/run-day-11.R", local = TRUE)
source("inst/run-day-10.R", local = TRUE)
source("inst/run-day-09.R", local = TRUE)
source("inst/run-day-08.R", local = TRUE)
source("inst/run-day-07.R", local = TRUE)
source("inst/run-day-06.R", local = TRUE)
source("inst/run-day-05.R", local = TRUE)
source("inst/run-day-04.R", local = TRUE)
source("inst/run-day-03.R", local = TRUE)
source("inst/run-day-02.R", local = TRUE)
source("inst/run-day-01.R", local = TRUE)