Skip to content

davidivad96/advent-of-code-2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

advent-of-code-2022

https://adventofcode.com/2022

Usage

Usage: aoc [options] [command]

Options:
  -h, --help                  display help for command

Commands:
  run [options] <day:number>  Run day solution
  new <day:number>            Create a new day solution folder
  help [command]              display help for command

Example

npx ts-node src/cli/index.ts new 1
npx ts-node src/cli/index.ts run 1 --file sample.txt --part 2