Skip to content

Commit d2b33c5

Browse files
committed
refactor(day21): rename file
1 parent 9c8779a commit d2b33c5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

day21/day21.solution.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { fileToArray } from '../utils/fileToArray'
2-
import { springDroid } from './test'
2+
import { springDroid } from './springDroid'
33

44
const program = fileToArray('day21/input.txt', s =>
55
s.split(',').map(s => parseInt(s, 10)),
File renamed without changes.

0 commit comments

Comments
 (0)