Skip to content

alonn24/adventofcode

Repository files navigation

Advent Of Code solutions

Testing

javascript / python / go / other script languages

> node */js/day-xx.js
> python */python/day-xx.py
> go run */go/day-xx.go

scala

> sbt
> compile
> run
> chooose day-XX to run

cpp

> cmake CMakeLists.txt
> make
> */cpp/run-
day-xx

python

Run pytest to run all the tests, or choose a file to run the tests for a specific day

> pytest
> pytest day-xx.py

To generate a requirements.txt file, run the following command

> pip install pipreqs
> pipreqs . --force

About

adventofcode.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published