Here goes my Typescript solution: import Fs from "fs" import Path from "path" const input = Fs.readFileSync(Path.join(__dirname, ...
確定! 回上一頁