Initial commit
This commit is contained in:
6
templates/typescript/dXXp1.txt
Normal file
6
templates/typescript/dXXp1.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
import { pipe } from "../../../lib/typescript/reducers";
|
||||
import { tap } from "../../../lib/typescript/combinators";
|
||||
|
||||
export const solve = pipe(
|
||||
tap(console.log),
|
||||
);
|
6
templates/typescript/dXXp2.txt
Normal file
6
templates/typescript/dXXp2.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
import { pipe } from "../../../lib/typescript/reducers";
|
||||
import { tap } from "../../../lib/typescript/combinators";
|
||||
|
||||
export const solve = pipe(
|
||||
tap(console.log),
|
||||
);
|
4
templates/typescript/index.txt
Normal file
4
templates/typescript/index.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
import { solve as part1 } from "./d01p1";
|
||||
import { solve as part2 } from "./d01p2";
|
||||
|
||||
export { part1, part2 };
|
Reference in New Issue
Block a user