mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-18 19:51:27 +00:00
blue before red
This commit is contained in:
parent
c534cf697e
commit
8563d6976d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ type DyeUpg =
|
|||
| "blueDyeUpg2"
|
||||
| "coalUpg";
|
||||
|
||||
export type enumColor = "red" | "green" | "blue" | "yellow" | "purple" | "orange";
|
||||
export type enumColor = "blue" | "red" | "green" | "yellow" | "purple" | "orange";
|
||||
|
||||
const id = "dyes";
|
||||
const day = 11;
|
||||
|
|
Loading…
Add table
Reference in a new issue