remove input files
This commit is contained in:
parent
ed08211f46
commit
c2083757eb
21 changed files with 59 additions and 4662 deletions
1000
2024/02/input.txt
1000
2024/02/input.txt
File diff suppressed because it is too large
Load diff
|
@ -1,5 +1,4 @@
|
|||
{lib, ...}: {file}: rec {
|
||||
rawContent = builtins.readFile file;
|
||||
{lib, ...}: rawContent: rec {
|
||||
content = lib.strings.removeSuffix "\n" rawContent;
|
||||
|
||||
toLines = lib.strings.splitString "\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue