Skip to content

next-dvalverde/advent-of-code-2022-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code (2022)

Problems solutions of https://adventofcode.com in Java.

Initial Config

Execute this command to basic configuration:

make start

Generate new day

You can generate the basic classes to resolve a problem with that command:

make new_day day=XX

If you generate a wrong day, you can execute:

make remove_day day=XX

Execute tests

You can use your favourite IDE or this commands:

For one test:

make test day=XX

For all tests:

make all_tests

Format and check format

It is a good practice format your code because is less common generate conflict in the same classes. You can format your code with prettier with this command:

make format

And check if others pass prettier in their code.

make check_format

There are git hooks with those two command in the commit and push actions.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published