feat: the kata machine

This commit is contained in:
mpaulson 2022-06-22 21:52:42 -06:00
commit dc0e0e0358
20 changed files with 2771 additions and 0 deletions

5
src/day1/stack.ts Normal file
View file

@ -0,0 +1,5 @@
export default class Stack {
constructor() {
}
}