remove input files
This commit is contained in:
parent
ed08211f46
commit
c2083757eb
21 changed files with 59 additions and 4662 deletions
File diff suppressed because one or more lines are too long
|
@ -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";
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{lib, ...}: input: let
|
||||
|
||||
in {
|
||||
|
||||
}
|
|
@ -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" [
|
||||
])
|
||||
]
|
|
@ -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 = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue