master
Raw Download raw file
1
2const input = Deno.readTextFileSync("input/d02p0.txt");
3const lines = input.split('\n');
4console.log(lines);