remove input files

This commit is contained in:
tristan 2024-12-10 09:04:17 +00:00
parent ed08211f46
commit c2083757eb
21 changed files with 59 additions and 4662 deletions

File diff suppressed because one or more lines are too long

View file

@ -1,5 +1,5 @@
const input = (await Bun.file("input.txt").text()).trim()
const input = (await Bun.file(Bun.argv[2]).text()).trim()
// const input = "12345";

View file

@ -1,5 +0,0 @@
{lib, ...}: input: let
in {
}

View file

@ -1,12 +0,0 @@
{describe, it, ...}:
let
pkgs = import <nixpkgs> {};
lib = pkgs.lib;
solution = import ./solution.nix pkgs;
sample1 = "2333133121414131402";
sample2 = "12345";
in [
(describe "part 1" [
])
]

View file

@ -1,14 +1,5 @@
const input = (await Bun.file("input.txt").text()).trim()
// const input = "2933133121414131402";
/*
* 0123456789
* 0..1.....2
* 02.1
* 021
*/
const input = (await Bun.file(Bun.argv[2]).text()).trim()
const files = [];