mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Adjusted timetable
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
//TODO: Not yet functional
|
||||
|
||||
//advent of code thingy
|
||||
var arr = [
|
||||
3, 4,
|
||||
4, 3,
|
||||
2, 5,
|
||||
1, 3,
|
||||
3, 9,
|
||||
3 , 3
|
||||
3, 4,
|
||||
4, 3,
|
||||
2, 5,
|
||||
1, 3,
|
||||
3, 9,
|
||||
3, 3,
|
||||
];
|
||||
|
||||
var total = 0;
|
||||
|
||||
Reference in New Issue
Block a user