Move the utility file
This commit is contained in:
parent
519c1b63cc
commit
195db00b79
2 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { readFile } from "fs/promises";
|
||||
import { SortedList } from "../utils/javascript/SortedList.mjs";
|
||||
import { SortedList } from "../utils/SortedList.mjs";
|
||||
|
||||
|
||||
const fileToRead = `actual.input`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue