Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz authored Dec 22, 2024
1 parent 29dc27f commit eebc874
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const { AdventPlaygroundOfTheDay, FormOfTheDay } = buildAdventOfTheDay({
parser,
placeholderForm: '🎄🎁⛄🎈🎅\n🎁🎄⛄🎄🦌',
functionName: 'computeSantaMindScore',
signature: 'findOptimalPacking(secretSequence: Sequence, guessedSequence: Sequence): { goodPlacement: number; misplaced: number };',
signature:
'findOptimalPacking(secretSequence: Sequence, guessedSequence: Sequence): { goodPlacement: number; misplaced: number };',
signatureExtras: [
"type Icon = '🎄' | '🦌' | '⛄' | '🛷' | '🎈' | '🎀' | '🎅' | '🎁';",
'type Sequence = [Icon, Icon, Icon, Icon, Icon];',
Expand Down

0 comments on commit eebc874

Please sign in to comment.